summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-06-07 11:10:23 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-06-07 11:10:23 +0000
commit776d917423c49e1872641df8d6ea983cbaace0d6 (patch)
tree4c9559b5628692df17eb715f000e44b3b4d0b20c /www
parentPR: ports/6877 (diff)
Reflect latest distfile changes
Remove myself from MAINTAINER
Notes
Notes: svn path=/head/; revision=11324
Diffstat (limited to 'www')
-rw-r--r--www/wwwcount/Makefile4
-rw-r--r--www/wwwcount/distinfo2
-rw-r--r--www/wwwcount/files/patch-ae34
3 files changed, 25 insertions, 15 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile
index 1cd23f78ba94..db3894ecbdfd 100644
--- a/www/wwwcount/Makefile
+++ b/www/wwwcount/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 May 1996
# Whom: ache
#
-# $Id: Makefile,v 1.9 1997/11/06 00:12:09 ache Exp $
+# $Id: Makefile,v 1.10 1997/11/29 16:10:33 ache Exp $
#
# WWW site: http://www.fccc.edu/users/muquit/Count.html
@@ -15,7 +15,7 @@ PKGNAME= wwwcount-2.4
CATEGORIES= www
MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.4/
-MAINTAINER= ache@FreeBSD.ORG
+MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
diff --git a/www/wwwcount/distinfo b/www/wwwcount/distinfo
index 92508dab41b2..8aa8d55b7943 100644
--- a/www/wwwcount/distinfo
+++ b/www/wwwcount/distinfo
@@ -1 +1 @@
-MD5 (wwwcount2.4.tar.gz) = 0018e5632a9f296f1d771d04fb32a29d
+MD5 (wwwcount2.4.tar.gz) = b9efab88431a1fd32f3908ba278d9375
diff --git a/www/wwwcount/files/patch-ae b/www/wwwcount/files/patch-ae
index e8721615aa93..e52c2c430257 100644
--- a/www/wwwcount/files/patch-ae
+++ b/www/wwwcount/files/patch-ae
@@ -1,5 +1,5 @@
-*** Count-install.orig Mon Nov 24 04:49:51 1997
---- Count-install Sat Nov 29 18:33:38 1997
+*** Count-install.orig Sat May 9 16:53:02 1998
+--- Count-install Sun Jun 7 15:03:51 1998
***************
*** 193,199 ****
@@ -90,7 +90,7 @@
fi
! echo "installing rgb.txt->$BASE_DIR"
-! $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $Rgbfile $BASE_DIR/rgb.txt
+! $INSTALL_PROG -c -m 644 $Rgbfile $BASE_DIR/rgb.txt
! echo "creating Log directory $LOG_DIR"
! ./mkdirhier $LOG_DIR
@@ -99,13 +99,13 @@
! chmod 775 $LOG_DIR
echo "installing image strip for digit style A->$DIGIT_DIR/A"
- $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $DigitA/strip.gif\
+ $INSTALL_PROG -c -m 644 $DigitA/strip.gif\
--- 323,335 ----
echo
fi
! echo "installing rgb.txt->$RGB_DIR"
-! $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $Rgbfile $RGB_DIR/rgb.txt
+! $INSTALL_PROG -c -m 644 $Rgbfile $RGB_DIR/rgb.txt
! echo "installing $LOG_FILE->$LOG_DIR"
! touch $LOG_DIR/$LOG_FILE
@@ -113,15 +113,25 @@
! chown $UserId.$GroupId $LOG_DIR/$LOG_FILE
echo "installing image strip for digit style A->$DIGIT_DIR/A"
- $INSTALL_PROG -c -o $UserId -g $GroupId -m 644 $DigitA/strip.gif\
+ $INSTALL_PROG -c -m 644 $DigitA/strip.gif\
***************
-*** 362,367 ****
---- 361,368 ----
+*** 360,367 ****
+ # -R is not portable, reported by Geoff Scully <gws@dis.on.ca> and suggested
+ # the alternative (01/15/96)
#chown -R $UserId.$GroupId $BASE_DIR
- find $BASE_DIR -exec chown $UserId {} \;
- find $BASE_DIR -exec chgrp $GroupId {} \;
-+ find $LIB_DIR -exec chown $UserId {} \;
-+ find $LIB_DIR -exec chgrp $GroupId {} \;
+! #find $BASE_DIR -exec chown $UserId {} \;
+! #find $BASE_DIR -exec chgrp $GroupId {} \;
+ # echo "UserId=$UserId"
+ # echo "GroupId=$GroupId"
+ ;;
+--- 359,368 ----
+ # -R is not portable, reported by Geoff Scully <gws@dis.on.ca> and suggested
+ # the alternative (01/15/96)
+ #chown -R $UserId.$GroupId $BASE_DIR
+! find $BASE_DIR -exec chown $UserId {} \;
+! find $BASE_DIR -exec chgrp $GroupId {} \;
+! find $LIB_DIR -exec chown $UserId {} \;
+! find $LIB_DIR -exec chgrp $GroupId {} \;
# echo "UserId=$UserId"
# echo "GroupId=$GroupId"
;;