pkgsrc-WIP-changes archive

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

wp2md: Make this package easier to reuse without GH account



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Nov 6 02:18:23 2015 +0100
Changeset:	e38d32263c582cbaa7e8e334c8cee9a02ae79c25

Modified Files:
	wp2md/Makefile
	wp2md/PLIST

Log Message:
wp2md: Make this package easier to reuse without GH account

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e38d32263c582cbaa7e8e334c8cee9a02ae79c25

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

diffstat:
 wp2md/Makefile |  4 ++--
 wp2md/PLIST    | 52 ++++++++++++++++++++++++++--------------------------
 2 files changed, 28 insertions(+), 28 deletions(-)

diffs:
diff --git a/wp2md/Makefile b/wp2md/Makefile
index 348a688..f48176c 100644
--- a/wp2md/Makefile
+++ b/wp2md/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	wp2md
+DISTNAME=	wp2md-0.0.0
 CATEGORIES=	textproc
 GIT_REPOSITORIES=	wp2md
-GIT_REPO.wp2md=		git%github.com@localhost:dreikanter/wp2md.git
+GIT_REPO.wp2md=		https://github.com/dreikanter/wp2md.git
 
 WRKSRC=		${WRKDIR}/wp2md
 
diff --git a/wp2md/PLIST b/wp2md/PLIST
index 7f7ebfe..674bb2d 100644
--- a/wp2md/PLIST
+++ b/wp2md/PLIST
@@ -1,27 +1,27 @@
 @comment $NetBSD$
-bin/${PKGNAME}
-${PYSITELIB}/${PKGNAME}-0.8.1-py3.4.egg-info/PKG-INFO
-${PYSITELIB}/${PKGNAME}-0.8.1-py3.4.egg-info/SOURCES.txt
-${PYSITELIB}/${PKGNAME}-0.8.1-py3.4.egg-info/dependency_links.txt
-${PYSITELIB}/${PKGNAME}-0.8.1-py3.4.egg-info/entry_points.txt
-${PYSITELIB}/${PKGNAME}-0.8.1-py3.4.egg-info/not-zip-safe
-${PYSITELIB}/${PKGNAME}-0.8.1-py3.4.egg-info/requires.txt
-${PYSITELIB}/${PKGNAME}-0.8.1-py3.4.egg-info/top_level.txt
-${PYSITELIB}/${PKGNAME}/__init__.py
-${PYSITELIB}/${PKGNAME}/__main__.py
-${PYSITELIB}/${PKGNAME}/__init__.pyc
-${PYSITELIB}/${PKGNAME}/__init__.pyo
-${PYSITELIB}/${PKGNAME}/__main__.pyc
-${PYSITELIB}/${PKGNAME}/__main__.pyo
-${PYSITELIB}/${PKGNAME}/authoring.pyc
-${PYSITELIB}/${PKGNAME}/authoring.pyo
-${PYSITELIB}/${PKGNAME}/html2text.pyc
-${PYSITELIB}/${PKGNAME}/html2text.pyo
-${PYSITELIB}/${PKGNAME}/version.pyc
-${PYSITELIB}/${PKGNAME}/version.pyo
-${PYSITELIB}/${PKGNAME}/${PKGNAME}.pyc
-${PYSITELIB}/${PKGNAME}/${PKGNAME}.pyo
-${PYSITELIB}/${PKGNAME}/authoring.py
-${PYSITELIB}/${PKGNAME}/html2text.py
-${PYSITELIB}/${PKGNAME}/version.py
-${PYSITELIB}/${PKGNAME}/${PKGNAME}.py
+bin/wp2md
+${PYSITELIB}/wp2md-0.8.1-py3.4.egg-info/PKG-INFO
+${PYSITELIB}/wp2md-0.8.1-py3.4.egg-info/SOURCES.txt
+${PYSITELIB}/wp2md-0.8.1-py3.4.egg-info/dependency_links.txt
+${PYSITELIB}/wp2md-0.8.1-py3.4.egg-info/entry_points.txt
+${PYSITELIB}/wp2md-0.8.1-py3.4.egg-info/not-zip-safe
+${PYSITELIB}/wp2md-0.8.1-py3.4.egg-info/requires.txt
+${PYSITELIB}/wp2md-0.8.1-py3.4.egg-info/top_level.txt
+${PYSITELIB}/wp2md/__init__.py
+${PYSITELIB}/wp2md/__main__.py
+${PYSITELIB}/wp2md/__init__.pyc
+${PYSITELIB}/wp2md/__init__.pyo
+${PYSITELIB}/wp2md/__main__.pyc
+${PYSITELIB}/wp2md/__main__.pyo
+${PYSITELIB}/wp2md/authoring.pyc
+${PYSITELIB}/wp2md/authoring.pyo
+${PYSITELIB}/wp2md/html2text.pyc
+${PYSITELIB}/wp2md/html2text.pyo
+${PYSITELIB}/wp2md/version.pyc
+${PYSITELIB}/wp2md/version.pyo
+${PYSITELIB}/wp2md/wp2md.pyc
+${PYSITELIB}/wp2md/wp2md.pyo
+${PYSITELIB}/wp2md/authoring.py
+${PYSITELIB}/wp2md/html2text.py
+${PYSITELIB}/wp2md/version.py
+${PYSITELIB}/wp2md/wp2md.py


Home | Main Index | Thread Index | Old Index