git: cd43fe3c628f - main - dns/crossip: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jun 2024 15:54:43 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd43fe3c628fa87e457e95a81084ddfcf468d153 commit cd43fe3c628fa87e457e95a81084ddfcf468d153 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-11 15:54:22 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-11 15:54:22 +0000 dns/crossip: Remove expired port 2024-05-31 dns/crossip: Obsolete, use dns/dnsmax-perl --- MOVED | 1 + dns/Makefile | 1 - dns/crossip/Makefile | 32 -------------------------------- dns/crossip/distinfo | 2 -- dns/crossip/files/crossip.sh.in | 3 --- dns/crossip/pkg-descr | 9 --------- dns/crossip/pkg-plist | 4 ---- 7 files changed, 1 insertion(+), 51 deletions(-) diff --git a/MOVED b/MOVED index 9e831efcaf18..1560a8267ad9 100644 --- a/MOVED +++ b/MOVED @@ -3289,3 +3289,4 @@ www/smarty2||2024-06-11|Has expired: Does not support current php versions in tr www/librtcdcpp||2024-06-11|Has expired: Dead upstream fails to build audio/mp3plot||2024-06-11|Has expired: Dead upstream and fails to build dns/dnsforwarder||2024-06-11|Has expired: Abandoned, upstream repo is removed +dns/crossip|dns/dnsmax-perl|2024-06-11|Has expired: Obsolete, use dns/dnsmax-perl diff --git a/dns/Makefile b/dns/Makefile index 15f41696df36..04e4118fb375 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -13,7 +13,6 @@ SUBDIR += c-ares SUBDIR += cli53 SUBDIR += coredns - SUBDIR += crossip SUBDIR += curvedns SUBDIR += ddclient SUBDIR += ddns diff --git a/dns/crossip/Makefile b/dns/crossip/Makefile deleted file mode 100644 index f95367353fcb..000000000000 --- a/dns/crossip/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= crossip -DISTVERSION= 1.2 -PORTREVISION= 5 -CATEGORIES= dns java -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CrossIP%20${PORTVERSION} - -MAINTAINER= dan@algenta.com -COMMENT= Java DNS update client for the ThatIP protocol -WWW= https://www.thatip.com/ - -DEPRECATED= Obsolete, use dns/dnsmax-perl -EXPIRATION_DATE=2024-05-31 - -LICENSE= GPLv2 - -USES= zip -USE_JAVA= yes - -NO_BUILD= yes - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} - -SUB_FILES= crossip.sh - -do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/lib/CrossIP.jar ${STAGEDIR}${DATADIR} - @${INSTALL_SCRIPT} ${WRKDIR}/crossip.sh ${STAGEDIR}${PREFIX}/bin/crossip - -.include <bsd.port.mk> diff --git a/dns/crossip/distinfo b/dns/crossip/distinfo deleted file mode 100644 index 1d4325a0da18..000000000000 --- a/dns/crossip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (crossip-1.2.zip) = 376bdbe07404a20b58525cdb681e64282cf4ae4b42fa5bdfab2b6b526a5fe90c -SIZE (crossip-1.2.zip) = 65233 diff --git a/dns/crossip/files/crossip.sh.in b/dns/crossip/files/crossip.sh.in deleted file mode 100644 index 8774b78222e6..000000000000 --- a/dns/crossip/files/crossip.sh.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/CrossIP.jar" "${@}" diff --git a/dns/crossip/pkg-descr b/dns/crossip/pkg-descr deleted file mode 100644 index ddb78ffd7d66..000000000000 --- a/dns/crossip/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A Cross Platform DNS update client, written in java. CrossIP uses the -ThatIP protocol version 1.1 to send DNS update requests. It manages DNS -records, update history, and allows for per record configuration. It also -includes a wizard for generation of configuration files. - -http://www.thatip.com/crossip/ - --Dan Smith - dan@algenta.com diff --git a/dns/crossip/pkg-plist b/dns/crossip/pkg-plist deleted file mode 100644 index 35bd055b9a27..000000000000 --- a/dns/crossip/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/crossip -%%DATADIR%%/CrossIP.jar -%%DATADIR%%/LICENSE.txt -%%DATADIR%%/README.txt