- 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)
This commit is contained in:
parent
7d8cb38f49
commit
a8530dd574
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173482
3 changed files with 18 additions and 16 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue