pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-python-slugify



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 22 17:14:35 UTC 2018

Modified Files:
        pkgsrc/devel/py-python-slugify: ALTERNATIVES Makefile

Log Message:
devel/py-python-slugify: fix ALTERNATIVES file

Fix ALTERNATIVES file syntax.

BUmp PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-python-slugify/ALTERNATIVES
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-python-slugify/Makefile

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

Modified files:

Index: pkgsrc/devel/py-python-slugify/ALTERNATIVES
diff -u pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.1 pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.2
--- pkgsrc/devel/py-python-slugify/ALTERNATIVES:1.1     Sun Sep 23 18:16:24 2018
+++ pkgsrc/devel/py-python-slugify/ALTERNATIVES Sat Dec 22 17:14:35 2018
@@ -1 +1 @@
-bin/slugify bin/slugify@PYVERSSUFFIX@
+bin/slugify @PREFIX@/bin/slugify@PYVERSSUFFIX@

Index: pkgsrc/devel/py-python-slugify/Makefile
diff -u pkgsrc/devel/py-python-slugify/Makefile:1.2 pkgsrc/devel/py-python-slugify/Makefile:1.3
--- pkgsrc/devel/py-python-slugify/Makefile:1.2 Mon Dec 17 16:24:48 2018
+++ pkgsrc/devel/py-python-slugify/Makefile     Sat Dec 22 17:14:35 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/12/17 16:24:48 taca Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/22 17:14:35 taca Exp $
 
 DISTNAME=      python-slugify-1.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-slugify/}
 



Home | Main Index | Thread Index | Old Index