diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-22 19:25:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-22 19:25:21 +0800 |
commit | 57d978c420db7160b7b4d830557472b828af9fff (patch) | |
tree | d1daf964ef99097db9a9860dc42a05b727ffee34 /net | |
parent | 6de727bc121eba9a674c6fe70bc77e147ed6939a (diff) | |
download | freebsd-ports-gnome-57d978c420db7160b7b4d830557472b828af9fff.tar.gz freebsd-ports-gnome-57d978c420db7160b7b4d830557472b828af9fff.tar.zst freebsd-ports-gnome-57d978c420db7160b7b4d830557472b828af9fff.zip |
- Update to 1.3.11
PR: 141814
Submitted by: Ports Fury
Diffstat (limited to 'net')
-rw-r--r-- | net/net6/Makefile | 24 | ||||
-rw-r--r-- | net/net6/distinfo | 6 | ||||
-rw-r--r-- | net/net6/pkg-plist | 3 |
3 files changed, 17 insertions, 16 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index fde99acc0d13..fb98cfa36675 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -6,10 +6,9 @@ # PORTNAME= net6 -PORTVERSION= 1.3.10 +PORTVERSION= 1.3.11 CATEGORIES= net devel -MASTER_SITES= http://releases.0x539.de/net6/ \ - http://www.atarininja.org/~wxs/distfiles/ +MASTER_SITES= http://releases.0x539.de/net6/ MAINTAINER= ports@FreeBSD.org COMMENT= Network access framework for IPv4/IPv6 @@ -17,19 +16,20 @@ COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ gnutls.40:${PORTSDIR}/security/gnutls -USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262 USE_GNOME= gnomehack pkgconfig +USE_AUTOTOOLS= libtool:22 +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -USE_ICONV= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= NLS="" +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " .else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB= NLS="@comment " +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .endif .include <bsd.port.mk> diff --git a/net/net6/distinfo b/net/net6/distinfo index a98be15082da..798d61a5857f 100644 --- a/net/net6/distinfo +++ b/net/net6/distinfo @@ -1,3 +1,3 @@ -MD5 (net6-1.3.10.tar.gz) = 9057eab1e9fc3650513241b7c8b0f899 -SHA256 (net6-1.3.10.tar.gz) = 361b99ca872ce6e6e32d6c9e2ca372eefbb3be9b9ab1d62495a43055ce618d99 -SIZE (net6-1.3.10.tar.gz) = 454813 +MD5 (net6-1.3.11.tar.gz) = 7ae8b456875c340595a0c539d7108c76 +SHA256 (net6-1.3.11.tar.gz) = 0147cff1a05e50bedd97a15e64388eb173359249bfadf0013907a7089b8b437f +SIZE (net6-1.3.11.tar.gz) = 457621 diff --git a/net/net6/pkg-plist b/net/net6/pkg-plist index 21d06a297a99..064892e196b2 100644 --- a/net/net6/pkg-plist +++ b/net/net6/pkg-plist @@ -32,10 +32,11 @@ libdata/pkgconfig/net6-1.3.pc %%NLS%%share/locale/it/LC_MESSAGES/net6.mo %%NLS%%share/locale/nb/LC_MESSAGES/net6.mo %%NLS%%share/locale/nl/LC_MESSAGES/net6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/net6.mo %%NLS%%share/locale/pt/LC_MESSAGES/net6.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/net6.mo %%NLS%%share/locale/ru/LC_MESSAGES/net6.mo %%NLS%%share/locale/sk/LC_MESSAGES/net6.mo %%NLS%%share/locale/sv/LC_MESSAGES/net6.mo +%%NLS%%share/locale/uk/LC_MESSAGES/net6.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/net6.mo @dirrm include/net6 |