summaryrefslogtreecommitdiff
path: root/sysutils/stowES
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-20 07:03:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-20 07:03:27 +0000
commit85b1e5c39fe17dcb81281d6d5ee3b34adbbe8fd0 (patch)
tree2f4a9c00d929002d365209a23c5bbd7676a10ad6 /sysutils/stowES
parentupgrade to 1.1.1 (diff)
upgrade to 0.4.3
drop maintainership
Notes
Notes: svn path=/head/; revision=45269
Diffstat (limited to 'sysutils/stowES')
-rw-r--r--sysutils/stowES/Makefile21
-rw-r--r--sysutils/stowES/distinfo2
-rw-r--r--sysutils/stowES/files/patch-stowES.in16
-rw-r--r--sysutils/stowES/files/patch-stowES.pod11
-rw-r--r--sysutils/stowES/pkg-plist1
5 files changed, 19 insertions, 32 deletions
diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile
index 78f56e6e915c..9693f6863e68 100644
--- a/sysutils/stowES/Makefile
+++ b/sysutils/stowES/Makefile
@@ -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
-GNU_CONFIGURE= yes
+.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>
diff --git a/sysutils/stowES/distinfo b/sysutils/stowES/distinfo
index 7e04e27a4d28..66c08b8d5ee1 100644
--- a/sysutils/stowES/distinfo
+++ b/sysutils/stowES/distinfo
@@ -1 +1 @@
-MD5 (stowES-0.4.2.tar.gz) = 52df6d6d956a3e49b45a4860e78a3870
+MD5 (stowES-0.4.3.tar.gz) = 577408cef3ad3d2d71b75ac8276b3d0b
diff --git a/sysutils/stowES/files/patch-stowES.in b/sysutils/stowES/files/patch-stowES.in
index 4cd13607cb4b..9543379e3847 100644
--- a/sysutils/stowES/files/patch-stowES.in
+++ b/sysutils/stowES/files/patch-stowES.in
@@ -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',
diff --git a/sysutils/stowES/files/patch-stowES.pod b/sysutils/stowES/files/patch-stowES.pod
deleted file mode 100644
index 37b327f5992e..000000000000
--- a/sysutils/stowES/files/patch-stowES.pod
+++ /dev/null
@@ -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.
-
diff --git a/sysutils/stowES/pkg-plist b/sysutils/stowES/pkg-plist
index 6c9df1c565a3..3cc9179541aa 100644
--- a/sysutils/stowES/pkg-plist
+++ b/sysutils/stowES/pkg-plist
@@ -1,5 +1,4 @@
bin/stowES
-share/doc/stowES/COPYING
share/doc/stowES/NEWS
share/doc/stowES/README
share/doc/stowES/stowES.html