pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Mar 11 20:49:04 UTC 2018

Modified Files:
        pkgsrc/security: Makefile
Removed Files:
        pkgsrc/security/go-crypto: Makefile.common
        pkgsrc/security/go-crypto-acme: DESCR Makefile PLIST buildlink3.mk

Log Message:
Remove go-crypto-acme. Replacement: go-crypto.

The two packages have been re-merged after the removal of a circular
dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.674 -r1.675 pkgsrc/security/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/security/go-crypto/Makefile.common
cvs rdiff -u -r1.1 -r0 pkgsrc/security/go-crypto-acme/DESCR \
    pkgsrc/security/go-crypto-acme/buildlink3.mk
cvs rdiff -u -r1.5 -r0 pkgsrc/security/go-crypto-acme/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/security/go-crypto-acme/PLIST

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

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.674 pkgsrc/security/Makefile:1.675
--- pkgsrc/security/Makefile:1.674      Sun Mar 11 12:08:18 2018
+++ pkgsrc/security/Makefile    Sun Mar 11 20:49:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.674 2018/03/11 12:08:18 maya Exp $
+# $NetBSD: Makefile,v 1.675 2018/03/11 20:49:04 bsiegert Exp $
 #
 
 COMMENT=       Security tools
@@ -101,7 +101,6 @@ SUBDIR+=    gnupg2
 SUBDIR+=       gnutls
 SUBDIR+=       go-crypt
 SUBDIR+=       go-crypto
-SUBDIR+=       go-crypto-acme
 SUBDIR+=       go-oauth2
 SUBDIR+=       go-sftp
 SUBDIR+=       google-authenticator



Home | Main Index | Thread Index | Old Index