Reflect latest distfile changes

Remove myself from MAINTAINER
This commit is contained in:
Andrey A. Chernov 1998-06-07 11:10:23 +00:00
parent e3a9341317
commit 776d917423
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11324
3 changed files with 25 additions and 15 deletions

View file

@ -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

View file

@ -1 +1 @@
MD5 (wwwcount2.4.tar.gz) = 0018e5632a9f296f1d771d04fb32a29d
MD5 (wwwcount2.4.tar.gz) = b9efab88431a1fd32f3908ba278d9375

View file

@ -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"
;;