pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Dec 20 23:47:01 UTC 2016

Modified Files:
        pkgsrc/devel/nss: Makefile

Log Message:
Remove GnuTLS dependency and bump PKGREVISION

GnuTLS is not required really.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/devel/nss/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.125 pkgsrc/devel/nss/Makefile:1.126
--- pkgsrc/devel/nss/Makefile:1.125     Sun Dec  4 05:17:25 2016
+++ pkgsrc/devel/nss/Makefile   Tue Dec 20 23:47:01 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.125 2016/12/04 05:17:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.126 2016/12/20 23:47:01 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
 NSS_RELEASE=           3.27.2
-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/}
 
@@ -128,6 +128,5 @@ BUILDLINK_API_DEPENDS.sqlite3+=     sqlite3>
 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