diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-09-01 11:42:22 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-09-01 11:42:22 +0000 |
commit | 05d67c5d60f65a99133a1ec9bcd028dcf59b1d66 (patch) | |
tree | bf631dba2b69655440e056ce97e174d68f97db52 /security/mhash | |
parent | 729d39335209927a6dc04dc4829f4ef8b2969d74 (diff) | |
download | ports-05d67c5d60f65a99133a1ec9bcd028dcf59b1d66.tar.gz ports-05d67c5d60f65a99133a1ec9bcd028dcf59b1d66.zip |
Update to 0.8.18.
PR: 56167
Submitted by: foxfair
Notes
Notes:
svn path=/head/; revision=88266
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 |