diff options
author | pav <pav@FreeBSD.org> | 2005-05-21 04:29:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-21 04:29:04 +0800 |
commit | 025cc7b58d1d76b6406210a9861b9614cc20c546 (patch) | |
tree | 0bd06538795bba72cfe0e94a27e9eb92d4071913 /security/sha | |
parent | 6639d7e216c852d9de5d9be1fd9a92d3d64b30dd (diff) | |
download | freebsd-ports-gnome-025cc7b58d1d76b6406210a9861b9614cc20c546.tar.gz freebsd-ports-gnome-025cc7b58d1d76b6406210a9861b9614cc20c546.tar.zst freebsd-ports-gnome-025cc7b58d1d76b6406210a9861b9614cc20c546.zip |
- Update to 1.0.4
PR: ports/81297
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Allan Saddi <allan@saddi.com> (maintainer)
Diffstat (limited to 'security/sha')
-rw-r--r-- | security/sha/Makefile | 5 | ||||
-rw-r--r-- | security/sha/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/sha/Makefile b/security/sha/Makefile index 3ccc1c5236ec..6b466bf2fd3e 100644 --- a/security/sha/Makefile +++ b/security/sha/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sha -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +17,8 @@ COMMENT= Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + MAN1= sha.1 PLIST_FILES= bin/sha diff --git a/security/sha/distinfo b/security/sha/distinfo index e4dcd769d78e..a61a885f4c80 100644 --- a/security/sha/distinfo +++ b/security/sha/distinfo @@ -1,2 +1,2 @@ -MD5 (sha-1.0.3.tar.gz) = ca6850d773af1296c1acee904cd841d1 -SIZE (sha-1.0.3.tar.gz) = 68895 +MD5 (sha-1.0.4.tar.gz) = 5bfde497f40862bf83f822aa8f6a8f31 +SIZE (sha-1.0.4.tar.gz) = 71196 |