diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-27 19:08:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-27 19:08:30 +0000 |
commit | 69dbeb626f2b90447daa8da5c33ca5fd24016d13 (patch) | |
tree | d9df5f502aa809a20edc443ada76cb8870c6536f /net/net6 | |
parent | f40e233176e5b05a8cbe6860a94aaa95ad74a2fe (diff) | |
download | pkgsrc-69dbeb626f2b90447daa8da5c33ca5fd24016d13.tar.gz |
update to 1.3.10
changes:
-minor fixes
-translation updates
pkgsrc note: build against newer gnutls was fixed, don't need the
libgnutls-config hack anymore
Diffstat (limited to 'net/net6')
-rw-r--r-- | net/net6/Makefile | 11 | ||||
-rw-r--r-- | net/net6/PLIST | 8 | ||||
-rw-r--r-- | net/net6/distinfo | 8 |
3 files changed, 14 insertions, 13 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index 5bfcc614578..7cdabca7a3e 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/07/03 15:59:49 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2009/10/27 19:08:30 drochner Exp $ # -DISTNAME= net6-1.3.9 -PKGREVISION= 1 +DISTNAME= net6-1.3.10 CATEGORIES= net MASTER_SITES= http://releases.0x539.de/net6/ @@ -14,16 +13,12 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= autoconf pkg-config +USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= net6-1.3.pc.in -pre-configure: - cd ${WRKSRC} && autoconf - .include "../../devel/libsigc++/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" -.include "../../security/gnutls/libgnutls-config.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/net6/PLIST b/net/net6/PLIST index 6139463e723..051acc9c57b 100644 --- a/net/net6/PLIST +++ b/net/net6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2008/07/12 15:11:40 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/10/27 19:08:30 drochner Exp $ include/net6/address.hpp include/net6/client.hpp include/net6/common.hpp @@ -25,7 +25,13 @@ lib/pkgconfig/net6-1.3.pc share/locale/de/LC_MESSAGES/net6.mo share/locale/es/LC_MESSAGES/net6.mo share/locale/fr/LC_MESSAGES/net6.mo +share/locale/he/LC_MESSAGES/net6.mo share/locale/it/LC_MESSAGES/net6.mo +share/locale/nb/LC_MESSAGES/net6.mo share/locale/nl/LC_MESSAGES/net6.mo share/locale/pt/LC_MESSAGES/net6.mo +share/locale/pt_BR/LC_MESSAGES/net6.mo +share/locale/ru/LC_MESSAGES/net6.mo +share/locale/sk/LC_MESSAGES/net6.mo share/locale/sv/LC_MESSAGES/net6.mo +share/locale/zh_CN/LC_MESSAGES/net6.mo diff --git a/net/net6/distinfo b/net/net6/distinfo index 099a43a4171..7804d247204 100644 --- a/net/net6/distinfo +++ b/net/net6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/07/03 15:59:50 drochner Exp $ +$NetBSD: distinfo,v 1.6 2009/10/27 19:08:30 drochner Exp $ -SHA1 (net6-1.3.9.tar.gz) = 86c15f3b3bcd89bfa8da9cef68518b32349ba36f -RMD160 (net6-1.3.9.tar.gz) = 178c0093edfc9edc3f11afed06c4743ef86052e8 -Size (net6-1.3.9.tar.gz) = 449368 bytes +SHA1 (net6-1.3.10.tar.gz) = 880e00518296395705041dc7e64c2c82f7c53ddd +RMD160 (net6-1.3.10.tar.gz) = 9607fe1665aab0ed0354607f82ba4e3fe8733244 +Size (net6-1.3.10.tar.gz) = 454813 bytes |