CVS commit: pkgsrc/net
"Adam Ciarcinski" <[email protected]> Wed, 5 Aug 2026 03:07:03 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --_----------=_178589922374050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 5 03:07:03 UTC 2026 Modified Files: pkgsrc/net: Makefile Removed Files: pkgsrc/net/py-GeoIP: DESCR Makefile PLIST distinfo Log Message: py-GeoIP: removed; archived upstream; use py-geoip2 instead To generate a diff of this commit: cvs rdiff -u -r1.1635 -r1.1636 pkgsrc/net/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/net/py-GeoIP/DESCR cvs rdiff -u -r1.20 -r0 pkgsrc/net/py-GeoIP/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/net/py-GeoIP/PLIST cvs rdiff -u -r1.9 -r0 pkgsrc/net/py-GeoIP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_178589922374050 Content-Disposition: inline Content-Length: 549 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1635 pkgsrc/net/Makefile:1.1636 --- pkgsrc/net/Makefile:1.1635 Mon Jul 27 19:59:59 2026 +++ pkgsrc/net/Makefile Wed Aug 5 03:07:03 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1635 2026/07/27 19:59:59 drixter Exp $ +# $NetBSD: Makefile,v 1.1636 2026/08/05 03:07:03 adam Exp $ # COMMENT= Networking tools @@ -707,7 +707,6 @@ SUBDIR+= puf SUBDIR+= pulledpork SUBDIR+= pure-ftpd SUBDIR+= pxe -SUBDIR+= py-GeoIP SUBDIR+= py-IP SUBDIR+= py-Socks SUBDIR+= py-aio-pika --_----------=_178589922374050--