View | Details | Raw Unified | Return to bug 200880 | Differences between
and this patch

Collapse All | Expand All

(-)avfs/Makefile (-2 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/sysutils/avfs/Makefile 378590 2015-02-07 13:04:38Z bofh $
2
# $FreeBSD: head/sysutils/avfs/Makefile 378590 2015-02-07 13:04:38Z bofh $
3
3
4
PORTNAME=	avfs
4
PORTNAME=	avfs
5
PORTVERSION=	1.0.2
5
PORTVERSION=	1.0.3
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	SF/avf/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/avf/${PORTNAME}/${PORTVERSION}
8
8
Lines 13-21 Link Here
13
LICENSE=	LGPL20 GPLv2
13
LICENSE=	LGPL20 GPLv2
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
15
16
USES=		libtool pkgconfig tar:bz2
16
USES=		libtool pkgconfig tar:bz2 shebangfix
17
SHEBANG_FILES=	extfs/uimg
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV+=	PERL="${PERL}"
19
21
20
INSTALL_TARGET=	install-strip
22
INSTALL_TARGET=	install-strip
21
23
(-)avfs/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (avfs-1.0.2.tar.bz2) = 52693953e8290281d441a898040c5ac2989f11bc1fcb83ca5063c37a125a1c9a
1
SHA256 (avfs-1.0.3.tar.bz2) = c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8
2
SIZE (avfs-1.0.2.tar.bz2) = 723051
2
SIZE (avfs-1.0.3.tar.bz2) = 722861
(-)avfs/files/patch-src_Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.in.orig	2015-02-06 18:18:35.275843385 +0600
2
+++ src/Makefile.in	2015-02-06 18:19:48.038837253 +0600
3
@@ -680,7 +680,7 @@
4
 	tags tags-am uninstall uninstall-am
5
 
6
 
7
-$(srcdir)/utils.c: info.h
8
+utils.c: info.h
9
 
10
 info.h:
11
 	rm -f info.h
(-)avfs/pkg-plist (-1 / +1 lines)
Lines 35-45 Link Here
35
lib/avfs/extfs/ucab
35
lib/avfs/extfs/ucab
36
lib/avfs/extfs/ucpio
36
lib/avfs/extfs/ucpio
37
lib/avfs/extfs/udar
37
lib/avfs/extfs/udar
38
lib/avfs/extfs/uextrar
38
lib/avfs/extfs/uha
39
lib/avfs/extfs/uha
39
lib/avfs/extfs/uimg
40
lib/avfs/extfs/uimg
40
lib/avfs/extfs/ulha
41
lib/avfs/extfs/ulha
41
lib/avfs/extfs/upp
42
lib/avfs/extfs/upp
42
lib/avfs/extfs/urar
43
lib/avfs/extfs/uxdms
43
lib/avfs/extfs/uxdms
44
lib/avfs/extfs/uxpk
44
lib/avfs/extfs/uxpk
45
lib/avfs/extfs/uzip
45
lib/avfs/extfs/uzip

Return to bug 200880