mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
. Unbreak by finding a MASTER_SITE that still carries the distfile. It
also doesn't require manual downloading, so remove the code to prompt for that. Note that although the checksum has changed, there are no differences in the distfile save for the compression. I compared the uncompressed tarball against one from http://www.etn.yz.yamagata-u.ac.jp/ipv6arc/socks/ which corresponded to the old checksum and they were identical (md5). I chose to use the SGI MASTER_SITE instead since it would presumably have more bandwidth. Approved by: Josh Paetzel <josh@tcbug.org> (MAINTAINER)
This commit is contained in:
parent
9996e95179
commit
c290227a85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137576
@ -9,6 +9,7 @@ PORTNAME= socks5
|
||||
PORTVERSION= 1.0.11
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://freeware.sgi.com/source/socks5/
|
||||
DISTNAME= socks5-v1.0r11
|
||||
|
||||
MAINTAINER= josh@tcbug.org
|
||||
@ -16,7 +17,6 @@ COMMENT= SOCKS v5 application layer gateway and clients
|
||||
|
||||
NO_CDROM= "NEC has a funky license for this software"
|
||||
RESTRICTED= "no commercial use"
|
||||
BROKEN= "Application authors no longer supply needed distfiles"
|
||||
|
||||
# here are some extra configure args you may wish to use
|
||||
# see the readme file before screwing with them
|
||||
@ -51,10 +51,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE="NEC requires that you grab the dist files from their web site at http://www.socks.nec.com/cgi-bin/download.pl . Please make sure you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} and run make again"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (socks5-v1.0r11.tar.gz) = 4f4f3932bbb9a8d47a63502a6820c948
|
||||
MD5 (socks5-v1.0r11.tar.gz) = 9d6db7d3c425bbafb8c8d67e128eedfe
|
||||
SIZE (socks5-v1.0r11.tar.gz) = 401093
|
||||
|
Loading…
Reference in New Issue
Block a user