pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pius



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 16 12:18:31 UTC 2020

Modified Files:
        pkgsrc/security/pius: Makefile

Log Message:
pius: remove PYPKGPREFIX from PKGNAME to match directory name

It's an enduser program, so it's not necessary to install
multiple versions. ok schmonz@

While here, simplify github usage.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/pius/Makefile

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

Modified files:

Index: pkgsrc/security/pius/Makefile
diff -u pkgsrc/security/pius/Makefile:1.3 pkgsrc/security/pius/Makefile:1.4
--- pkgsrc/security/pius/Makefile:1.3   Wed Jan 15 13:07:46 2020
+++ pkgsrc/security/pius/Makefile       Thu Jan 16 12:18:31 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2020/01/15 13:07:46 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/16 12:18:31 wiz Exp $
 
 DISTNAME=              pius-3.0.0
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=           1
 CATEGORIES=            security python
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=jaymzh/pius/releases/download/v3.0.0/}
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=jaymzh/}
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index