svn commit: r374529 - head/ftp/wget
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 11 13:03:55 UTC 2014
Author: amdmi3
Date: Thu Dec 11 13:03:53 2014
New Revision: 374529
URL: https://svnweb.freebsd.org/changeset/ports/374529
QAT: https://qat.redports.org/buildarchive/r374529/
Log:
- Remove hidden dependency on libuuid.so from misc/e2fsprogs-libuuid
While here:
- Simplify MASTER_SITES
- Clarify LICENSE and add LICENSE_FILE
PR: 180619
Submitted by: p.christias at noc.ntua.gr
Approved by: maintainer timeout (vd, 16 months)
Modified:
head/ftp/wget/Makefile
Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile Thu Dec 11 13:00:44 2014 (r374528)
+++ head/ftp/wget/Makefile Thu Dec 11 13:03:53 2014 (r374529)
@@ -4,13 +4,13 @@
PORTNAME= wget
DISTVERSION= 1.16
CATEGORIES= ftp www ipv6
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= wget
+MASTER_SITES= GNU/wget
MAINTAINER= vd at FreeBSD.org
COMMENT= Retrieve files from the Net via HTTP(S) and FTP
-LICENSE= GPLv3
+LICENSE= GPLv3 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= charsetfix gmake makeinfo perl5 tar:xz
USE_PERL5= build
@@ -67,5 +67,7 @@ post-patch:
${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
-e 's, at file{}, at file{${PREFIX}},' \
${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
+ ${REINPLACE_CMD} -e '/ac_fn_c_check_header_mongrel.*uuid\/uuid.h/ d' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list