diff options
author | roam <roam@FreeBSD.org> | 2003-09-01 19:42:22 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-09-01 19:42:22 +0800 |
commit | 09f3111d4cd021503214192043e9e281552c7a1e (patch) | |
tree | cc9f09fc3ce055a425a302a4e27c9d5073d52b6b /security/mhash | |
parent | 3308a78d7a04d68acc7780e86d81885c737fd2b0 (diff) | |
download | freebsd-ports-gnome-09f3111d4cd021503214192043e9e281552c7a1e.tar.gz freebsd-ports-gnome-09f3111d4cd021503214192043e9e281552c7a1e.tar.zst freebsd-ports-gnome-09f3111d4cd021503214192043e9e281552c7a1e.zip |
Update to 0.8.18.
PR: 56167
Submitted by: foxfair
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 5 | ||||
-rw-r--r-- | security/mhash/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 6ec00f0f7308..9d1a3ceb5a61 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mhash -PORTVERSION= 0.8.17 +PORTVERSION= 0.8.18 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,8 @@ COMMENT= "Library provides an easy way to access strong hashes such as MD5 and S INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \ + --with-gnu-ld MAN3= mhash.3 diff --git a/security/mhash/distinfo b/security/mhash/distinfo index 12f49144d789..c4325a9af699 100644 --- a/security/mhash/distinfo +++ b/security/mhash/distinfo @@ -1 +1 @@ -MD5 (mhash-0.8.17.tar.gz) = 6f3e389ebbfc5613827375cf8cdd99c8 +MD5 (mhash-0.8.18.tar.gz) = c5fcebff6753a03403cfed3ba8771a56 |