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

(-)./Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	lrzip
8
PORTNAME=	lrzip
9
PORTVERSION=	0.608
9
PORTVERSION=	0.614
10
CATEGORIES=	archivers
10
CATEGORIES=	archivers
11
MASTER_SITES=	http://ck.kolivas.org/apps/lrzip/ \
11
MASTER_SITES=	http://ck.kolivas.org/apps/lrzip/ \
12
		http://files.gslin.org/Software/
12
		http://files.gslin.org/Software/
Lines 20-30 Link Here
20
LIB_DEPENDS=	lzo2:${PORTSDIR}/archivers/lzo2
20
LIB_DEPENDS=	lzo2:${PORTSDIR}/archivers/lzo2
21
21
22
CFLAGS+=	-I${LOCALBASE}/include
22
CFLAGS+=	-I${LOCALBASE}/include
23
LDFLAGS+=	-L${LOCALBASE}/lib
24
CONFIGURE_ARGS+=	--enable-asm
23
CONFIGURE_ARGS+=	--enable-asm
25
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
USE_BZIP2=	yes
26
USE_BZIP2=	yes
27
USE_GMAKE=	yes
27
USE_GMAKE=	yes
28
USE_GNOME=	gnomehack
28
USE_PERL5_BUILD=	yes
29
USE_PERL5_BUILD=	yes
29
30
30
MAN1=		lrunzip.1 \
31
MAN1=		lrunzip.1 \
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lrzip-0.608.tar.bz2) = e7970e19fe09ecd21b2b15cab89692ccc32ba31381026fd521a371422aea6810
1
SHA256 (lrzip-0.614.tar.bz2) = 65024d69d1773f3ccf84508a481d7de128c03d1cf9750b5803aead4a24522763
2
SIZE (lrzip-0.608.tar.bz2) = 435697
2
SIZE (lrzip-0.614.tar.bz2) = 491995
(-)./pkg-plist (+7 lines)
Lines 24-28 Link Here
24
bin/lrzip
24
bin/lrzip
25
bin/lrztar
25
bin/lrztar
26
bin/lrzuntar
26
bin/lrzuntar
27
include/Lrzip.h
28
lib/liblrzip.a
29
lib/liblrzip.la
30
lib/liblrzip.so
31
lib/liblrzip.so.0
32
libdata/pkgconfig/lrzip.pc
33
@dirrmtry libdata/pkgconfig
27
@dirrm %%DOCSDIR%%/lzma
34
@dirrm %%DOCSDIR%%/lzma
28
@dirrm %%DOCSDIR%%
35
@dirrm %%DOCSDIR%%

Return to bug 169879