pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/urlgrabber



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 22:22:00 UTC 2022

Modified Files:
        pkgsrc/www/urlgrabber: Makefile PLIST

Log Message:
urlgrabber: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/urlgrabber/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/urlgrabber/PLIST

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

Modified files:

Index: pkgsrc/www/urlgrabber/Makefile
diff -u pkgsrc/www/urlgrabber/Makefile:1.21 pkgsrc/www/urlgrabber/Makefile:1.22
--- pkgsrc/www/urlgrabber/Makefile:1.21 Fri Dec  4 20:45:49 2020
+++ pkgsrc/www/urlgrabber/Makefile      Mon Jan 10 22:22:00 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/12/04 20:45:49 nia Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/10 22:22:00 wiz Exp $
 
 DISTNAME=      urlgrabber-3.1.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    www devel
 MASTER_SITES=  http://urlgrabber.baseurl.org/download/
 
@@ -13,5 +13,5 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 3.1.0
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/urlgrabber/PLIST
diff -u pkgsrc/www/urlgrabber/PLIST:1.5 pkgsrc/www/urlgrabber/PLIST:1.6
--- pkgsrc/www/urlgrabber/PLIST:1.5     Sun Apr  8 20:22:00 2012
+++ pkgsrc/www/urlgrabber/PLIST Mon Jan 10 22:22:00 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:22:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:22:00 wiz Exp $
 bin/urlgrabber
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/urlgrabber/__init__.py
 ${PYSITELIB}/urlgrabber/__init__.pyc
 ${PYSITELIB}/urlgrabber/__init__.pyo



Home | Main Index | Thread Index | Old Index