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

(-)Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtasn1
8
PORTNAME=	libtasn1
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.3
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_GNUPG} \
11
MASTER_SITES=	${MASTER_SITE_GNUPG} \
12
	http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
12
	http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
Lines 21-26 Link Here
21
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
22
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
25
25
DOCS=		AUTHORS NEWS README THANKS doc/asn1.ps doc/asn1.tex doc/fdl.tex
26
DOCS=		AUTHORS NEWS README THANKS doc/asn1.ps doc/asn1.tex doc/fdl.tex
26
27
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libtasn1-0.2.1.tar.gz) = 738810df8f97b9b457a5dc6aa5ad2065
1
MD5 (libtasn1-0.2.3.tar.gz) = 812f238787115975fe5421906760d44a
(-)pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
@comment $FreeBSD: ports/security/libtasn1/pkg-plist,v 1.3 2003/02/27 20:09:41 naddy Exp $
1
@comment $FreeBSD: ports/security/libtasn1/pkg-plist,v 1.3 2003/02/27 20:09:41 naddy Exp $
2
include/libtasn1.h
2
include/libtasn1.h
3
lib/libtasn1.so.1
3
lib/libtasn1.so.2
4
lib/libtasn1.so
4
lib/libtasn1.so
5
lib/libtasn1.a
5
lib/libtasn1.a
6
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
6
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS

Return to bug 50288