pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/Radicale



Module Name:    pkgsrc
Committed By:   darcy
Date:           Sat Jul  1 05:38:18 UTC 2017

Modified Files:
        pkgsrc/net/Radicale: Makefile

Log Message:
Correction to CONFLICTS line.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/Radicale/Makefile

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

Modified files:

Index: pkgsrc/net/Radicale/Makefile
diff -u pkgsrc/net/Radicale/Makefile:1.20 pkgsrc/net/Radicale/Makefile:1.21
--- pkgsrc/net/Radicale/Makefile:1.20   Sat Jul  1 05:31:59 2017
+++ pkgsrc/net/Radicale/Makefile        Sat Jul  1 05:38:18 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/07/01 05:31:59 darcy Exp $
+# $NetBSD: Makefile,v 1.21 2017/07/01 05:38:18 darcy Exp $
 
 DISTNAME=      Radicale-1.1.4
 CATEGORIES=    net time www
@@ -15,7 +15,7 @@ RADICALE_USER?=               www
 RADICALE_GROUP?=       www
 PKG_GROUPS=            ${RADICALE_GROUP}
 PKG_USERS=             ${RADICALE_USER}:${RADICALE_GROUP}
-CONFLICTS+= Radicale2-[0-9]*
+CONFLICTS+= Radicale-[2-9]*
 
 INSTALLATION_DIRS=     ${EGDIR}
 OWN_DIRS=              ${PKG_SYSCONFDIR}/radicale



Home | Main Index | Thread Index | Old Index