View | Details | Raw Unified | Return to bug 56167
Collapse All | Expand All

(-)./Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mhash
8
PORTNAME=	mhash
9
PORTVERSION=	0.8.17
9
PORTVERSION=	0.8.18
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-23 Link Here
17
INSTALLS_SHLIB=	yes
17
INSTALLS_SHLIB=	yes
18
USE_LIBTOOL=	yes
18
USE_LIBTOOL=	yes
19
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_ARGS+=	--with-LDFLAGS="${PTHREAD_LIBS}"
20
CONFIGURE_ARGS+=	--with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \
21
			--with-gnu-ld
21
22
22
MAN3=		mhash.3
23
MAN3=		mhash.3
23
24
(-)./distinfo (-2 / +1 lines)
Line 1 Link Here
1
MD5 (mhash-0.8.17.tar.gz) = 6f3e389ebbfc5613827375cf8cdd99c8
1
MD5 (mhash-0.8.18.tar.gz) = c5fcebff6753a03403cfed3ba8771a56
2
----------------

Return to bug 56167