summaryrefslogtreecommitdiff
path: root/security/libtasn1/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-26 01:53:17 +0000
committerwiz <wiz@pkgsrc.org>2004-12-26 01:53:17 +0000
commit0c50b60613385979c089f71368cb79b6d6acba59 (patch)
tree7925c9276799098b1292d91cbc29ae1384f1be33 /security/libtasn1/Makefile
parent5cb95aee278e228ff114ee2b3a6cdf143a49faed (diff)
downloadpkgsrc-0c50b60613385979c089f71368cb79b6d6acba59.tar.gz
Update to 0.2.11:
- Added the self test with "make check" target - Added management of ANY type with null length - Corrected some writes to invalid data.
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r--security/libtasn1/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 4ab854ddf93..407a4731652 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2004/12/18 18:51:39 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/26 01:53:17 wiz Exp $
-DISTNAME= libtasn1-0.2.10
-PKGREVISION= 1
+DISTNAME= libtasn1-0.2.11
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
@@ -17,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"