aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Hutchinson <portmaster@bsdforge.com>2024-02-03 12:17:37 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-02-04 17:45:41 +0000
commit4a25d3e774f4b0e4382611b6f6bcf247bb7ea7c1 (patch)
tree31ef202e39fb181647ff935cb500d06cb5e5db30
parentd861298b85fcd371f795fc4ac0f2740b6c475628 (diff)
downloadports-4a25d3e774f4b0e4382611b6f6bcf247bb7ea7c1.tar.gz
ports-4a25d3e774f4b0e4382611b6f6bcf247bb7ea7c1.zip
net/delegate: fix MASTER_SITES add LICENSE
The attached patch fixes MASTER_SITES. While here add LICENSE and remove obsolete files. PR: 276748 Reported by: portmaster@bsdforge.com (maintainer)
-rw-r--r--net/delegate/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
index 903c85d71a09..6da498805f1b 100644
--- a/net/delegate/Makefile
+++ b/net/delegate/Makefile
@@ -1,14 +1,19 @@
PORTNAME= delegate
PORTVERSION= 9.9.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www
-MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/
+MASTER_SITES= http://www.delegate.org/anonftp/DeleGate/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= portmaster@BSDforge.com
COMMENT= General purpose TCP/IP proxy system
WWW= http://www.delegate.org/delegate/
+LICENSE= AIST
+LICENSE_NAME= aist
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+
BROKEN_mips= fails to build: gmake[1]: [Makefile:116: mkmake.exe] Error 1
BROKEN_mips64= fails to build: gmake[1]: [Makefile:116: mkmake.exe] Error 1
@@ -19,17 +24,15 @@ ADMIN?= admin@example.com
CFLAGS+= -x c++ -std=gnu++98
-FETCH_ARGS= -Fr --no-passive
-
PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist
-PORTDOCS= CHANGES COPYRIGHT DG9note.html HowToDG.html IPv6NOTE.txt \
+PORTDOCS= CHANGES COPYRIGHT HowToDG.html IPv6NOTE.txt \
Manual.htm jpconv.htm tutor-en.htm tutor-jp.htm
OPTIONS_DEFINE= DOCS
post-extract:
- @${LN} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/DG9note.html \
- ${WRKSRC}/IPv6NOTE.txt ${WRKSRC}/doc
+ @${LN} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT \
+ ${WRKSRC}/IPv6NOTE.txt ${WRKSRC}/doc
post-patch:
# Prevent "filesystem was touched prior to 'make install' phase" warning;