Skip to content
Snippets Groups Projects
Commit 802e859d authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

2023-01-01 ports-mgmt/chucky: Uses the obsoleted reeBSD tag
parent ba1a7a53
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -2,7 +2,6 @@
SUBDIR += bsdadminscripts2
SUBDIR += caronade
SUBDIR += chucky
SUBDIR += create-rb-port
SUBDIR += dialog4ports
SUBDIR += dialog4ports-static
......
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>
SHA256 (waitman-chucky-1.0-075defe_GH0.tar.gz) = 847609c8f7dded0726903b05a17661dc2bb854974c8201b85d4894a05d21e920
SIZE (waitman-chucky-1.0-075defe_GH0.tar.gz) = 4364
--- 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
[
{ 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
}
]
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.
bin/chucky
man/man7/chucky.7.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment