diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-17 19:48:16 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-17 19:48:16 +0800 |
commit | 3e44f28fb4194c26e2a0e2f9b5c7d1abdcaf151d (patch) | |
tree | 8125812777738d753bbd769f7ac0ab08a65a710d /misc | |
parent | ca2bb7400f83de53f2a20130029d885a78c98213 (diff) | |
download | freebsd-ports-gnome-3e44f28fb4194c26e2a0e2f9b5c7d1abdcaf151d.tar.gz freebsd-ports-gnome-3e44f28fb4194c26e2a0e2f9b5c7d1abdcaf151d.tar.zst freebsd-ports-gnome-3e44f28fb4194c26e2a0e2f9b5c7d1abdcaf151d.zip |
- Update to 3.8.2 [1]
- Unsilence the build
PR: ports/82267 [1]
Submitted by: Andrej Zverev <az@inec.ru> [1]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/shc/Makefile | 4 | ||||
-rw-r--r-- | misc/shc/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 7076d1ad4010..2ec0a9b54cc6 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -7,7 +7,7 @@ # PORTNAME= shc -PORTVERSION= 3.7 +PORTVERSION= 3.8.2 CATEGORIES= misc MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ EXTRACT_SUFX= .tgz @@ -19,7 +19,7 @@ MAN1= shc.1 PLIST_FILES= bin/shc do-build: - @cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c + cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin diff --git a/misc/shc/distinfo b/misc/shc/distinfo index 41af5fa9039c..36ab26c91955 100644 --- a/misc/shc/distinfo +++ b/misc/shc/distinfo @@ -1,2 +1,2 @@ -MD5 (shc-3.7.tgz) = 49e4054ad39371ea84f7be46cf8d9701 -SIZE (shc-3.7.tgz) = 18942 +MD5 (shc-3.8.2.tgz) = b2cb72065f1bfab5a4c5d36c1f40770f +SIZE (shc-3.8.2.tgz) = 19787 |