git: 3c0cbe47198c - main - devel/py-patch: Remove expired port
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c0cbe47198c54934abd1818263e5155cbf287ac commit 3c0cbe47198c54934abd1818263e5155cbf287ac Author: Rene Ladan <[email protected]> AuthorDate: 2026-07-31 20:18:57 +0000 Commit: Rene Ladan <[email protected]> CommitDate: 2026-07-31 20:18:57 +0000 devel/py-patch: Remove expired port 2026-07-31 devel/py-patch: Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead --- MOVED | 1 + devel/Makefile | 1 - devel/py-patch/Makefile | 23 ----------------------- devel/py-patch/distinfo | 3 --- devel/py-patch/pkg-descr | 19 ------------------- 5 files changed, 1 insertion(+), 46 deletions(-) diff --git a/MOVED b/MOVED index 7cd75d663ce8..db720eb328aa 100644 --- a/MOVED +++ b/MOVED @@ -5527,3 +5527,4 @@ security/proxycheck||2026-07-31|Has expired: dnsbl.org has been shut down www/mediawiki144||2026-07-31|Has expired: Upstream EOL math/py-luminol||2026-07-31|Has expired: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account net-mgmt/py-nxapi-plumbing|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead +devel/py-patch|devel/py-patch-ng|2026-07-31|Has expired: Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead diff --git a/devel/Makefile b/devel/Makefile index 5d3953a71a01..e5d71337c932 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5648,7 +5648,6 @@ SUBDIR += py-parsy SUBDIR += py-parver SUBDIR += py-pastel - SUBDIR += py-patch SUBDIR += py-patch-ng SUBDIR += py-path SUBDIR += py-path.py diff --git a/devel/py-patch/Makefile b/devel/py-patch/Makefile deleted file mode 100644 index f93cf0457621..000000000000 --- a/devel/py-patch/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= patch -DISTVERSION= 1.16 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= [email protected] -COMMENT= Cross-platform alternative to the UNIX patch utility -WWW= https://github.com/techtonik/python-patch - -LICENSE= MIT - -DEPRECATED= Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead -EXPIRATION_DATE=2026-07-31 - -USES= python zip -USE_PYTHON= distutils autoplist - -NO_ARCH= yes -NO_WRKSUBDIR= yes - -.include <bsd.port.mk> diff --git a/devel/py-patch/distinfo b/devel/py-patch/distinfo deleted file mode 100644 index 9805b8609482..000000000000 --- a/devel/py-patch/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1530195203 -SHA256 (patch-1.16.zip) = c62073f356cff054c8ac24496f1a3d7cfa137835c31e9af39a9f5292fd75bd9f -SIZE (patch-1.16.zip) = 12809 diff --git a/devel/py-patch/pkg-descr b/devel/py-patch/pkg-descr deleted file mode 100644 index 67d6afae45f3..000000000000 --- a/devel/py-patch/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Python library to parse and apply unified diffs. - -Features: - -- Automatic correction of - * Linefeeds according to patched file - * Diffs broken by stripping trailing whitespace - * a/ and b/ prefixes -- Single file, which is a command line tool and a library -- No dependencies outside Python stdlib -- Patch format detection (SVN, HG, GIT) -- Nice diffstat histogram - -Things that don't work out of the box: - -- File renaming, creation and removal -- Directory tree operations -- Version control specific properties -- Non-unified diff formats