git: 802e859d27cd - main - cleanup: Remove expired ports:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jan 2023 12:41:12 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=802e859d27cd4be4beaa4a7c95a6277e944750cc commit 802e859d27cd4be4beaa4a7c95a6277e944750cc Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-01-01 12:40:46 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-01-01 12:41:04 +0000 cleanup: Remove expired ports: 2023-01-01 ports-mgmt/chucky: Uses the obsoleted reeBSD tag --- MOVED | 1 + ports-mgmt/Makefile | 1 - ports-mgmt/chucky/Makefile | 37 ---------------------------------- ports-mgmt/chucky/distinfo | 2 -- ports-mgmt/chucky/files/patch-Makefile | 27 ------------------------- ports-mgmt/chucky/files/pkg-message.in | 12 ----------- ports-mgmt/chucky/pkg-descr | 6 ------ ports-mgmt/chucky/pkg-plist | 2 -- 8 files changed, 1 insertion(+), 87 deletions(-) diff --git a/MOVED b/MOVED index 7217b39b70ae..35f5081b5951 100644 --- a/MOVED +++ b/MOVED @@ -17743,3 +17743,4 @@ www/py-txrequests|www/py-requests-futures|2022-12-31|Has expired: Use www/py-req sysutils/py-ansible-core211||2022-12-31|Has expired: Depends on expired security/py-pycrypto sysutils/ansible4||2022-12-31|Has expired: Depends on expired security/py-pycrypto (via sysutils/py-ansible-core211) security/py-pycrypto|security/py-pycryptodome|2022-12-31|Has expired: Unmaintained, obsolete, and contains security vulnerabilities. Use security/py-pycryptodome instead +ports-mgmt/chucky||2023-01-01|Has expired: Uses the obsoleted reeBSD tag diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 5a0a863275b2..25aca9847b2d 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -2,7 +2,6 @@ SUBDIR += bsdadminscripts2 SUBDIR += caronade - SUBDIR += chucky SUBDIR += create-rb-port SUBDIR += dialog4ports SUBDIR += dialog4ports-static diff --git a/ports-mgmt/chucky/Makefile b/ports-mgmt/chucky/Makefile deleted file mode 100644 index 79a04eb9cee7..000000000000 --- a/ports-mgmt/chucky/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= chucky -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= ports-mgmt - -MAINTAINER= waitman@waitman.net -COMMENT= Port installed version check/report with shar archival -WWW= https://dx.burplex.com/bin/chucky.html - -LICENSE= CHUCKY -LICENSE_NAME= CHUCKY BSD LICENSE -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -DEPRECATED= Uses the obsoleted $FreeBSD tag -EXPIRATION_DATE= 2023-01-01 - -LIB_DEPENDS= libpkg.so:${PKG_ORIGIN} \ - libsqlite3.so:databases/sqlite3 - -USE_GITHUB= yes -GH_ACCOUNT= waitman -GH_TAGNAME= 075defe - -SUB_FILES= pkg-message -SUB_LIST= MAN7PREFIX="${MAN7PREFIX}" -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/ports-mgmt/chucky/distinfo b/ports-mgmt/chucky/distinfo deleted file mode 100644 index dd4dbc34f01e..000000000000 --- a/ports-mgmt/chucky/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (waitman-chucky-1.0-075defe_GH0.tar.gz) = 847609c8f7dded0726903b05a17661dc2bb854974c8201b85d4894a05d21e920 -SIZE (waitman-chucky-1.0-075defe_GH0.tar.gz) = 4364 diff --git a/ports-mgmt/chucky/files/patch-Makefile b/ports-mgmt/chucky/files/patch-Makefile deleted file mode 100644 index be16902d760c..000000000000 --- a/ports-mgmt/chucky/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig 2013-03-22 04:11:27 UTC -+++ Makefile -@@ -1,8 +1,8 @@ --prefix=/usr/local --man7dir=/usr/local/man/man7 --CC=clang --CFLAGS=-I/usr/local/include --LDFLAGS=-L/usr/local/lib -lsqlite3 -+prefix=${PREFIX} -+man7dir=${MANPREFIX}/man/man7 -+CC?=clang -+CFLAGS+=-I${LOCALBASE}/include -+LDFLAGS+=-L${LOCALBASE}/lib -lsqlite3 - - all: chucky - -@@ -12,8 +12,8 @@ - rm chucky - - install: -- install -m 0755 -g wheel -o root chucky ${prefix}/bin -- -install -m 0644 -g wheel -o root chucky.7 ${man7dir} -+ $(BSD_INSTALL_PROGRAM) chucky $(DESTDIR)${prefix}/bin -+ $(BSD_INSTALL_MAN) chucky.7 $(DESTDIR)${man7dir} - - deinstall: - rm -f ${prefix}/bin/chucky diff --git a/ports-mgmt/chucky/files/pkg-message.in b/ports-mgmt/chucky/files/pkg-message.in deleted file mode 100644 index e16c35069467..000000000000 --- a/ports-mgmt/chucky/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: <<EOM -man page is installed in %%MAN7PREFIX%%/man/man7, if you do not yet -have the configuration in /etc/man.conf, add - -MANPATH /usr/local/share/man - -to view all man pages which are installed in /usr/local/share/man/manX/ -EOM -} -] diff --git a/ports-mgmt/chucky/pkg-descr b/ports-mgmt/chucky/pkg-descr deleted file mode 100644 index f5ba2feaf5b1..000000000000 --- a/ports-mgmt/chucky/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This program reads /var/db/pkg/local.sqlite and compares install timestamp -with date in $FreeBSD header in the Makefile of the port. If there is no -$FreeBSD header then it is assumed to be a beta port. - -Chucky also features a shar file backup feature, which is normally used to -backup 'beta' development ports. diff --git a/ports-mgmt/chucky/pkg-plist b/ports-mgmt/chucky/pkg-plist deleted file mode 100644 index bc81bfd38c2c..000000000000 --- a/ports-mgmt/chucky/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/chucky -man/man7/chucky.7.gz