- Update to 0.9.2

PR:		ports/80238
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (3 months)
This commit is contained in:
Pav Lucistnik 2005-07-18 08:14:57 +00:00
parent 4b098b5d73
commit 3d19fa5eda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139476
3 changed files with 23 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= mhash
PORTVERSION= 0.9.1
PORTVERSION= 0.9.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,6 +16,7 @@ COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
USE_PERL5_BUILD=yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \
--with-gnu-ld

View file

@ -1,2 +1,2 @@
MD5 (mhash-0.9.1.tar.gz) = 8ade81ae33ccbf75e096c1baeecfd153
SIZE (mhash-0.9.1.tar.gz) = 371330
MD5 (mhash-0.9.2.tar.gz) = bf31627548376891e4f42ace54db4c2d
SIZE (mhash-0.9.2.tar.gz) = 853662

View file

@ -0,0 +1,19 @@
--- doc/Makefile.in.orig Fri Apr 22 11:43:32 2005
+++ doc/Makefile.in Fri Apr 22 11:44:46 2005
@@ -391,13 +391,13 @@
mhash-doc: $(dist_targets)
$(srcdir)/mhash.html: $(srcdir)/mhash.pod
- pod2html --noindex --netscape --title="mhash library" $< | sed 's/MHASH_VERSION/@MHASH_VERSION@/' > $@
+ pod2html --noindex --netscape --title="mhash library" $(srcdir)/mhash.pod | sed 's/MHASH_VERSION/@MHASH_VERSION@/' > $@
$(srcdir)/mhash.0: $(srcdir)/mhash.3
- nroff -man $< > $@
+ nroff -man $(srcdir)/mhash.3 > $@
$(srcdir)/mhash.3: $(srcdir)/mhash.pod
- pod2man $(PODPARAMS) $< | sed 's/MHASH_VERSION/@MHASH_VERSION@/' > $@
+ pod2man $(PODPARAMS) $(srcdir)/mhash.pod | sed 's/MHASH_VERSION/@MHASH_VERSION@/' > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: