pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(patch) security/crudesaml/Makefile.common overwrites PKGREVISION
Hi,
whenever my build hosts were trying to build security/cy2-saml-1.4nb2,
they would successfully create cy2-saml-1.4nb1 instead :-)
It includes ../../security/crudesaml/Makefile.common, which sets
PKGREVISION to 1. Probably it should not do this.
Attached is a patch which just comments away the PKGREVISION assignment.
This should not hurt, as crudesaml has no Makefile (only
Makefile.common) and it will not create a package of its own.
Regards
Matthias Ferdinand
--- security/crudesaml/Makefile.common.orig 2015-08-07 11:45:36.000000000 +0200
+++ security/crudesaml/Makefile.common 2015-08-07 11:46:34.000000000 +0200
@@ -4,7 +4,7 @@
# used by security/pam-saml/Makefile
DISTNAME= crudesaml-1.4
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/
Home |
Main Index |
Thread Index |
Old Index