Sun Aug 9 08:02:07 2009 UTC ()
Update to 2.3. Update HOMEPAGE and MASTER_SITES. Set packager information.

* Noteworthy changes in release 2.3 (2009-07-29) [stable]
- Libtasn1 is now an official GNU project.
- Solve build problem on Tru64 related to TRUE/FALSE.
- More careful decoding of OIDs.
- Fixed warning in ASN1.y.
- Use "Software libraries" info dircategory.
- Drop GPL/LGPL copies from the manual (not needed there).
- New configure parameters to set packaging specific information.
  The parameters are --with-packager, --with-packager-version, and
  --with-packager-bug-reports.  See
  <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
  details.


(wiz)
diff -r1.43 -r1.44 pkgsrc/security/libtasn1/Makefile
diff -r1.25 -r1.26 pkgsrc/security/libtasn1/distinfo

cvs diff -r1.43 -r1.44 pkgsrc/security/libtasn1/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libtasn1/Makefile 2009/07/18 13:11:57 1.43
+++ pkgsrc/security/libtasn1/Makefile 2009/08/09 08:02:07 1.44
@@ -1,35 +1,37 @@ @@ -1,35 +1,37 @@
1# $NetBSD: Makefile,v 1.43 2009/07/18 13:11:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.44 2009/08/09 08:02:07 wiz Exp $
2 2
3DISTNAME= libtasn1-2.2 3DISTNAME= libtasn1-2.3
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= ${MASTER_SITE_GNU:=gnutls/} \ 5MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
6 ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ 
7 ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ 
8 6
9MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnutls.org/ 8HOMEPAGE= http://www.gnu.org/software/libtasn1/
11COMMENT= ASN.1 structure parser library 9COMMENT= ASN.1 structure parser library
12LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3 10LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
13 11
14PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
16 14
17USE_TOOLS+= makeinfo 15USE_TOOLS+= makeinfo
18USE_LIBTOOL= yes 16USE_LIBTOOL= yes
19GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
20TEST_TARGET= check 18TEST_TARGET= check
21INFO_FILES= yes 19INFO_FILES= yes
22 20
 21CONFIGURE_ARGS+= --with-packager="pkgsrc"
 22CONFIGURE_ARGS+= --with-packager-version="${PKGVERSION}"
 23CONFIGURE_ARGS+= --with-packager-bug-reports="http://gnats.NetBSD.org/"
 24
23.include "../../mk/bsd.prefs.mk" 25.include "../../mk/bsd.prefs.mk"
24# Mac OS X has no prototype for getopt_long and no declaration for 26# Mac OS X has no prototype for getopt_long and no declaration for
25# struct option, so ignore getopt_long() even though the test succeeds. 27# struct option, so ignore getopt_long() even though the test succeeds.
26.if ${OPSYS} == "Darwin" 28.if ${OPSYS} == "Darwin"
27CONFIGURE_ENV+= ac_cv_func_getopt_long=no 29CONFIGURE_ENV+= ac_cv_func_getopt_long=no
28CFLAGS+= -fno-common 30CFLAGS+= -fno-common
29 31
30# The "gnu" library ends up being empty and Mac OS X's "ar" doesn't like 32# The "gnu" library ends up being empty and Mac OS X's "ar" doesn't like
31# to create empty archives. Just don't build the library. 33# to create empty archives. Just don't build the library.
32SUBST_CLASSES+= gllib 34SUBST_CLASSES+= gllib
33SUBST_STAGE.gllib= post-configure 35SUBST_STAGE.gllib= post-configure
34SUBST_FILES.gllib= lib/Makefile 36SUBST_FILES.gllib= lib/Makefile
35SUBST_SED.gllib= -e "s/SUBDIRS = gllib//" 37SUBST_SED.gllib= -e "s/SUBDIRS = gllib//"

cvs diff -r1.25 -r1.26 pkgsrc/security/libtasn1/distinfo (expand / switch to unified diff)

--- pkgsrc/security/libtasn1/distinfo 2009/07/18 13:11:58 1.25
+++ pkgsrc/security/libtasn1/distinfo 2009/08/09 08:02:07 1.26
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.25 2009/07/18 13:11:58 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2009/08/09 08:02:07 wiz Exp $
2 2
3SHA1 (libtasn1-2.2.tar.gz) = d6e0d449cf2da04c93f498d2cf4415f572611b46 3SHA1 (libtasn1-2.3.tar.gz) = 71607f846e83849f0722ffdd93247028c9c88384
4RMD160 (libtasn1-2.2.tar.gz) = 5d89120b85d10dad543738a5383b133857d2d600 4RMD160 (libtasn1-2.3.tar.gz) = 9820c1e5e1d59bbe21b0cd90bbd1877c8782ee0d
5Size (libtasn1-2.2.tar.gz) = 1641693 bytes 5Size (libtasn1-2.3.tar.gz) = 1483422 bytes
6SHA1 (patch-aa) = 64d8599d79c4f9975b0a1ccae79d91865c9afa33 6SHA1 (patch-aa) = 64d8599d79c4f9975b0a1ccae79d91865c9afa33