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

(-)/usr/home/emma/ports/archivers/lzo2/Makefile (-3 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	lzo2
8
PORTNAME=	lzo2
9
PORTVERSION=	2.02
9
PORTVERSION=	2.03
10
PORTREVISION=	1
11
CATEGORIES=	archivers devel
10
CATEGORIES=	archivers devel
12
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
11
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
13
		http://fresh.t-systems-sfr.com/unix/src/misc/ \
12
		http://fresh.t-systems-sfr.com/unix/src/misc/ \
Lines 19-29 Link Here
19
COMMENT=	Portable speedy, lossless data compression library
18
COMMENT=	Portable speedy, lossless data compression library
20
19
21
USE_AUTOTOOLS=	libtool:15
20
USE_AUTOTOOLS=	libtool:15
22
GNU_CONFIGURE=  yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ARGS=	--enable-shared
23
CONFIGURE_ARGS=	--enable-shared
25
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
26
25
26
post-build:
27
	cd ${WRKSRC} && ${MAKE} test
28
27
post-install:
29
post-install:
28
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
29
	${MKDIR} ${DOCSDIR}
31
	${MKDIR} ${DOCSDIR}
(-)/usr/home/emma/ports/archivers/lzo2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (lzo-2.02.tar.gz) = 6760e5819f4238328709bf93bf10071c
1
MD5 (lzo-2.03.tar.gz) = 0c3d078c2e8ea5a88971089a2f02a726
2
SHA256 (lzo-2.02.tar.gz) = a2fbecb4dd7c1dab498e3d8b5a0e574e6b8be09c63329b0d29c6fa9adb4a2fc5
2
SHA256 (lzo-2.03.tar.gz) = 8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591
3
SIZE (lzo-2.02.tar.gz) = 599387
3
SIZE (lzo-2.03.tar.gz) = 626042

Return to bug 124033