pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/pcl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 10 22:51:19 UTC 2021

Modified Files:
        pkgsrc/graphics/pcl: Makefile

Log Message:
pcl: fix GITHUB_TAG and fetch


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/pcl/Makefile

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

Modified files:

Index: pkgsrc/graphics/pcl/Makefile
diff -u pkgsrc/graphics/pcl/Makefile:1.6 pkgsrc/graphics/pcl/Makefile:1.7
--- pkgsrc/graphics/pcl/Makefile:1.6    Sun May  9 15:19:10 2021
+++ pkgsrc/graphics/pcl/Makefile        Mon May 10 22:51:19 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/05/09 15:19:10 thor Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/10 22:51:19 wiz Exp $
 
 GITHUB_PROJECT=        pcl
-GITHUB_TAG=    pcl-${PKGVERSION}
+GITHUB_TAG=    pcl-${PKGVERSION_NOREV}
 DISTNAME=      pcl-1.11.1
 PKGREVISION=   3
 CATEGORIES=    graphics



Home | Main Index | Thread Index | Old Index