aboutsummaryrefslogtreecommitdiff
path: root/misc/shc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-10 04:49:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-10 04:49:34 +0000
commit0fdf2ebc7e7747e8bfb4be6531fdc46bc2d8568b (patch)
treec4cc69e7dedfe74552c2dcdec1fc02b47d162ae1 /misc/shc
parent305e795caeb5548f0d45fd922623c4d1a33cffdb (diff)
downloadports-0fdf2ebc7e7747e8bfb4be6531fdc46bc2d8568b.tar.gz
ports-0fdf2ebc7e7747e8bfb4be6531fdc46bc2d8568b.zip
upgrade to 3.3
drop maintainership
Notes
Notes: svn path=/head/; revision=61025
Diffstat (limited to 'misc/shc')
-rw-r--r--misc/shc/Makefile8
-rw-r--r--misc/shc/distinfo2
-rw-r--r--misc/shc/files/patch-Makefile36
3 files changed, 5 insertions, 41 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile
index 44355b84055d..0eac45c17ea5 100644
--- a/misc/shc/Makefile
+++ b/misc/shc/Makefile
@@ -7,19 +7,19 @@
#
PORTNAME= shc
-PORTVERSION= 3.2
+PORTVERSION= 3.3
CATEGORIES= misc
MASTER_SITES= ftp://asterix.fi.upm.es/pub/facultad/departamentos/datsi/frosal/
EXTRACT_SUFX= .tgz
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
ALL_TARGET= shc
MAN1= shc.1
post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
- @${PERL} -pi -e "s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/Makefile
+ @${PERL} -pi -e "s,^CFLAGS,#CFLAGS},g ; \
+ s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>
diff --git a/misc/shc/distinfo b/misc/shc/distinfo
index 85689cf9d981..52137118a3e2 100644
--- a/misc/shc/distinfo
+++ b/misc/shc/distinfo
@@ -1 +1 @@
-MD5 (shc-3.2.tgz) = 1af5248d8db6038741a00ced9143b4f1
+MD5 (shc-3.3.tgz) = 342c1fe98814dabdd1dc67f17e6a71ed
diff --git a/misc/shc/files/patch-Makefile b/misc/shc/files/patch-Makefile
deleted file mode 100644
index afeb4c01d049..000000000000
--- a/misc/shc/files/patch-Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
---- Makefile.orig Wed Mar 10 00:43:27 1999
-+++ Makefile Tue Feb 13 23:25:09 2001
-@@ -2,19 +2,19 @@
- #
-
- # For IRIX
--CFLAGS = -xansi -fullwarn -O3 -g0
-+#CFLAGS = -xansi -fullwarn -O3 -g0
-
- # For Solaris
--CFLAGS = -fast -xO4 -s -v -Xa
-+#CFLAGS = -fast -xO4 -s -v -Xa
-
- # For HPUX
--CFLAGS = -Wall -O -Ae
-+#CFLAGS = -Wall -O -Ae
-
- # For OSF1
--CFLAGS = -w -verbose -fast -std1 -g0
-+#CFLAGS = -w -verbose -fast -std1 -g0
-
- # For GNU C compiler
--CFLAGS = -Wall -O6 -s -pedantic
-+CFLAGS = %%CFLAGS%%
-
- SHELL = /bin/sh
-
-@@ -38,6 +38,6 @@
- rm -f shc *.x
-
- install:
-- install -c -s shc /usr/local/bin/
-- install -c -m 644 shc.1 /usr/local/man/man1/
-+ install -c -s shc %%PREFIX%%/bin/
-+ install -c -m 644 shc.1 %%PREFIX%%/man/man1/
-