Changes 1.6.1:
* build: Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. * doc: Typo fix in autoconf snippet. * i18n: Updated translations.
This commit is contained in:
parent
ddb30a933a
commit
394438d6a9
4 changed files with 12 additions and 10 deletions
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.31 2011/04/22 13:42:05 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2011/06/01 10:05:57 adam Exp $
|
||||
|
||||
DISTNAME= gsasl-1.6.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= gsasl-1.6.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.gnu.org/software/gsasl/
|
||||
COMMENT= GNU implementation of the Simple Authentication and Security Layer
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.15 2011/01/28 08:16:55 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.16 2011/06/01 10:05:57 adam Exp $
|
||||
bin/gsasl
|
||||
include/gsasl-compat.h
|
||||
include/gsasl-mech.h
|
||||
|
@ -127,6 +127,8 @@ share/locale/en@boldquot/LC_MESSAGES/gsasl.mo
|
|||
share/locale/en@boldquot/LC_MESSAGES/libgsasl.mo
|
||||
share/locale/en@quot/LC_MESSAGES/gsasl.mo
|
||||
share/locale/en@quot/LC_MESSAGES/libgsasl.mo
|
||||
share/locale/eo/LC_MESSAGES/gsasl.mo
|
||||
share/locale/eo/LC_MESSAGES/libgsasl.mo
|
||||
share/locale/eu/LC_MESSAGES/gsasl.mo
|
||||
share/locale/fi/LC_MESSAGES/gsasl.mo
|
||||
share/locale/fi/LC_MESSAGES/libgsasl.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.14 2011/04/22 13:42:05 obache Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.15 2011/06/01 10:05:57 adam Exp $
|
||||
|
||||
BUILDLINK_TREE+= gsasl
|
||||
|
||||
|
@ -6,7 +6,7 @@ BUILDLINK_TREE+= gsasl
|
|||
GSASL_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.gsasl+= gsasl>=0.2.15
|
||||
BUILDLINK_ABI_DEPENDS.gsasl?= gsasl>=1.6.0nb1
|
||||
BUILDLINK_ABI_DEPENDS.gsasl+= gsasl>=1.6.0nb1
|
||||
BUILDLINK_PKGSRCDIR.gsasl?= ../../security/gsasl
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2010/12/23 18:03:48 christos Exp $
|
||||
$NetBSD: distinfo,v 1.15 2011/06/01 10:05:57 adam Exp $
|
||||
|
||||
SHA1 (gsasl-1.6.0.tar.gz) = 56055324ebf1d1b823412b6fcee192c03452ea84
|
||||
RMD160 (gsasl-1.6.0.tar.gz) = e2fc43899a18f19afa1a06d4e97788fe74689dc4
|
||||
Size (gsasl-1.6.0.tar.gz) = 4611016 bytes
|
||||
SHA1 (gsasl-1.6.1.tar.gz) = 5439fd32ac975c36015263fafdc79ededdd57c72
|
||||
RMD160 (gsasl-1.6.1.tar.gz) = 510661e88a41300ad3b32dd4a6bd6236aab28c78
|
||||
Size (gsasl-1.6.1.tar.gz) = 4623634 bytes
|
||||
|
|
Loading…
Reference in a new issue