pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dhcpcd



Module Name:    pkgsrc
Committed By:   roy
Date:           Fri Mar 31 21:18:12 UTC 2017

Modified Files:
        pkgsrc/net/dhcpcd: Makefile

Log Message:
Set PKGNAME to strip - from beta suffix to satisfy pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/dhcpcd/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/dhcpcd/Makefile
diff -u pkgsrc/net/dhcpcd/Makefile:1.62 pkgsrc/net/dhcpcd/Makefile:1.63
--- pkgsrc/net/dhcpcd/Makefile:1.62     Fri Mar 31 21:09:27 2017
+++ pkgsrc/net/dhcpcd/Makefile  Fri Mar 31 21:18:12 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2017/03/31 21:09:27 roy Exp $
+# $NetBSD: Makefile,v 1.63 2017/03/31 21:18:12 roy Exp $
 #
 
 DISTNAME=              dhcpcd-7.0.0-beta1
+PKGNAME=               ${DISTNAME:S/-beta/beta/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
 MASTER_SITES+=         http://roy.aydogan.net/dhcpcd/



Home | Main Index | Thread Index | Old Index