pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nss Bump PKGREVISION. Some commandline utilities...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6065b66e97e5
branches:  trunk
changeset: 355377:6065b66e97e5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Nov 29 22:28:55 2016 +0000

description:
Bump PKGREVISION. Some commandline utilities require gnutls

diffstat:

 devel/nss/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8422e73fe8d6 -r 6065b66e97e5 devel/nss/Makefile
--- a/devel/nss/Makefile        Tue Nov 29 20:13:29 2016 +0000
+++ b/devel/nss/Makefile        Tue Nov 29 22:28:55 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.121 2016/11/29 12:24:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.122 2016/11/29 22:28:55 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
 NSS_RELEASE=           3.27.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_MAJOR_VERSION}_${NSS_MINOR_VERSION}_${NSS_PATCH_VERSION}_RTM/src/}
 
@@ -136,5 +136,6 @@
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.12
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index