pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-wand



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan  1 06:13:37 UTC 2020

Modified Files:
        pkgsrc/graphics/py-wand: Makefile PLIST

Log Message:
(graphics/py-wand) correction part 2, mv README.rst under wand dir.,  tks leot@


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-wand/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-wand/Makefile
diff -u pkgsrc/graphics/py-wand/Makefile:1.1 pkgsrc/graphics/py-wand/Makefile:1.2
--- pkgsrc/graphics/py-wand/Makefile:1.1        Mon Dec 30 00:52:30 2019
+++ pkgsrc/graphics/py-wand/Makefile    Wed Jan  1 06:13:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/30 00:52:30 mef Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/01 06:13:37 mef Exp $
 
 VERSION=       0.5.8
 DISTNAME=      wand-${VERSION}
@@ -16,6 +16,9 @@ PKGCONFIG_OVERRIDE+=  Wand.pc.in
 
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 
+post-install:
+       ${MV}   ${DESTDIR}${PREFIX}/README.rst  ${DESTDIR}${PREFIX}/${PYSITELIB}/wand
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-wand/PLIST
diff -u pkgsrc/graphics/py-wand/PLIST:1.2 pkgsrc/graphics/py-wand/PLIST:1.3
--- pkgsrc/graphics/py-wand/PLIST:1.2   Wed Jan  1 05:58:27 2020
+++ pkgsrc/graphics/py-wand/PLIST       Wed Jan  1 06:13:37 2020
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2020/01/01 05:58:27 mef Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/01 06:13:37 mef Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wand/README.rst
 ${PYSITELIB}/wand/__init__.py
 ${PYSITELIB}/wand/__init__.pyc
 ${PYSITELIB}/wand/__init__.pyo
@@ -73,4 +74,3 @@ ${PYSITELIB}/wand/sequence.pyo
 ${PYSITELIB}/wand/version.py
 ${PYSITELIB}/wand/version.pyc
 ${PYSITELIB}/wand/version.pyo
-README.rst



Home | Main Index | Thread Index | Old Index