1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

upgrade to 0.4.3

drop maintainership
This commit is contained in:
Ying-Chieh Liao 2001-07-20 07:03:27 +00:00
parent 2ff3ae9ae5
commit 85b1e5c39f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45269
5 changed files with 19 additions and 32 deletions

View File

@ -7,24 +7,23 @@
#
PORTNAME= stowES
PORTVERSION= 0.4.2
PORTVERSION= 0.4.3
CATEGORIES= sysutils
MASTER_SITES= http://www.inf.tu-dresden.de/~al10/stowES/download/
MAINTAINER= ijliao@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
#RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
# stow:${PORTSDIR}/sysutils/stow
RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500021
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= stowES.1
post-patch:
.for file in stowES.in stowES.pod
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (stowES-0.4.2.tar.gz) = 52df6d6d956a3e49b45a4860e78a3870
MD5 (stowES-0.4.3.tar.gz) = 577408cef3ad3d2d71b75ac8276b3d0b

View File

@ -1,11 +1,11 @@
--- stowES.in.orig Sat Mar 17 17:57:20 2001
+++ stowES.in Sat Mar 17 18:00:33 2001
@@ -90,7 +90,7 @@
my %ParamConfigure;
my %ParamMake;
-my @rcFiles = ('/etc/stowESrc', '~/.stowESrc');
+my @rcFiles = ('%%PREFIX%%/etc/stowESrc', '~/.stowESrc');
--- stowES.in.orig Fri Jul 20 14:59:26 2001
+++ stowES.in Fri Jul 20 15:00:30 2001
@@ -94,7 +94,7 @@
my @ConfigFiles = (); # config-files given by the user
my %Progs = ( make => 'make',
- md5sum => 'md5sum',
+ md5sum => 'md5',
stow => 'stow',
gzip => 'gzip',
bzip2 => 'bzip2',

View File

@ -1,11 +0,0 @@
--- stowES.pod.orig Sat Mar 17 18:03:45 2001
+++ stowES.pod Sat Mar 17 18:04:05 2001
@@ -583,7 +583,7 @@
You may store any option you would write on the command line in a config
file. These options are pushed before the arguments you gave on the
command line, so you can overwrite options given in a config file.
-Standard configs may be placed in "/etc/stowESrc" and/or "~/.stowESrc".
+Standard configs may be placed in "%%PREFIX%%/etc/stowESrc" and/or "~/.stowESrc".
The system wide configuration file is read first.

View File

@ -1,5 +1,4 @@
bin/stowES
share/doc/stowES/COPYING
share/doc/stowES/NEWS
share/doc/stowES/README
share/doc/stowES/stowES.html