diff options
author | garga <garga@FreeBSD.org> | 2006-09-21 00:33:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-09-21 00:33:24 +0800 |
commit | 25aba386a65f76f56b2969f8efcce3ad3a1741bc (patch) | |
tree | a17fb62c2b4038131f367fa6275397e40df33e87 /security | |
parent | 4eb9ef8adb97313a9cb75fdeb47020e138cbc089 (diff) | |
download | freebsd-ports-gnome-25aba386a65f76f56b2969f8efcce3ad3a1741bc.tar.gz freebsd-ports-gnome-25aba386a65f76f56b2969f8efcce3ad3a1741bc.tar.zst freebsd-ports-gnome-25aba386a65f76f56b2969f8efcce3ad3a1741bc.zip |
- Update to 0.9.7.1
- Remove uneeded perl dependency
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Use PORTDOCS
PR: ports/93730 (based on)
Submitted by: cy
Discussed with: portmgr (erwin)
Approved by: maintainer timeout (over 6 months)
Diffstat (limited to 'security')
-rw-r--r-- | security/mhash/Makefile | 17 | ||||
-rw-r--r-- | security/mhash/distinfo | 6 | ||||
-rw-r--r-- | security/mhash/pkg-plist | 11 |
3 files changed, 18 insertions, 16 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index e3870fd85c79..973ad1c511da 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -6,29 +6,28 @@ # PORTNAME= mhash -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.7.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= roam@FreeBSD.org COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1 -INSTALLS_SHLIB= yes +USE_BZIP2= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \ --with-gnu-ld MAN3= mhash.3 -DOCFILES= example.c md5-rfc1321.txt skid2-authentication +PORTDOCS= example.c md5-rfc1321.txt skid2-authentication -.if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/doc/,} ${DOCSDIR} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/mhash/distinfo b/security/mhash/distinfo index 29ccb6921606..729e9d97f6e5 100644 --- a/security/mhash/distinfo +++ b/security/mhash/distinfo @@ -1,3 +1,3 @@ -MD5 (mhash-0.9.2.tar.gz) = bf31627548376891e4f42ace54db4c2d -SHA256 (mhash-0.9.2.tar.gz) = 50a471c543407e44947ad74496ab78843d53db66ae06ec0f9f3cd393ca9f1917 -SIZE (mhash-0.9.2.tar.gz) = 853662 +MD5 (mhash-0.9.7.1.tar.bz2) = e2a7f6594d468c5d0edbfa788dbdca0f +SHA256 (mhash-0.9.7.1.tar.bz2) = e9ac257ba9fd62e54011ed1282c7c1bf5fbd72bf84484ad6a293ece43f8d641c +SIZE (mhash-0.9.7.1.tar.bz2) = 727397 diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist index f4908f660448..1b99733b0c53 100644 --- a/security/mhash/pkg-plist +++ b/security/mhash/pkg-plist @@ -1,8 +1,11 @@ include/mhash.h +include/mutils/mglobal.h +include/mutils/mhash.h +include/mutils/mhash_config.h +include/mutils/mincludes.h +include/mutils/mtypes.h +include/mutils/mutils.h lib/libmhash.a lib/libmhash.so lib/libmhash.so.2 -%%PORTDOCS%%%%DOCSDIR%%/example.c -%%PORTDOCS%%%%DOCSDIR%%/md5-rfc1321.txt -%%PORTDOCS%%%%DOCSDIR%%/skid2-authentication -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/mutils |