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

(-)./Makefile (-3 / +7 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	libvanessa_adt
8
PORTNAME=	libvanessa_adt
9
PORTVERSION=	0.0.7
9
PORTVERSION=	0.0.9
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
11
MASTER_SITES=	http://horms.net/projects/vanessa/download/vanessa_adt/${PORTVERSION}/
12
MASTER_SITE_SUBDIR=	vanessa_adt/${PORTVERSION}
13
DISTNAME=	vanessa_adt-${PORTVERSION}
12
DISTNAME=	vanessa_adt-${PORTVERSION}
14
13
15
MAINTAINER=	thomas@bsdunix.ch
14
MAINTAINER=	thomas@bsdunix.ch
Lines 19-29 Link Here
19
18
20
USE_LDCONFIG=	YES
19
USE_LDCONFIG=	YES
21
20
21
USE_BZIP2=	yes
22
USE_AUTOTOOLS=	libtool
22
USE_AUTOTOOLS=	libtool
23
GNU_CONFIGURE=	YES
23
GNU_CONFIGURE=	YES
24
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
26
27
PLIST_FILES=	include/vanessa_adt.h lib/libvanessa_adt.so.1 \
28
		lib/libvanessa_adt.so lib/libvanessa_adt.la \
29
		lib/libvanessa_adt.a
30
27
post-patch:
31
post-patch:
28
	@${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \
32
	@${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \
29
				${WRKSRC}/Makefile.in
33
				${WRKSRC}/Makefile.in
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (vanessa_adt-0.0.7.tar.gz) = 61ae87d1e0f6edaee423fc68d6b6dd5355b1a9bf8d17ed9e9047fc9e3459c0fd
1
SHA256 (vanessa_adt-0.0.9.tar.bz2) = de4dd2d9d93a6539625b34517504e0c05c92462968d1965ba530e8eea0e3cad8
2
SIZE (vanessa_adt-0.0.7.tar.gz) = 317496
2
SIZE (vanessa_adt-0.0.9.tar.bz2) = 278254
(-)./pkg-plist (-5 lines)
Lines 1-5 Link Here
1
include/vanessa_adt.h
2
lib/libvanessa_adt.so.0
3
lib/libvanessa_adt.so
4
lib/libvanessa_adt.la
5
lib/libvanessa_adt.a

Return to bug 168297