svn commit: r455820 - head/textproc/dwdiff

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 9 09:00:27 UTC 2017


Author: amdmi3
Date: Sat Dec  9 09:00:26 2017
New Revision: 455820
URL: https://svnweb.freebsd.org/changeset/ports/455820

Log:
  - Switch to USES=tar
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/dwdiff/Makefile
  head/textproc/dwdiff/pkg-descr

Modified: head/textproc/dwdiff/Makefile
==============================================================================
--- head/textproc/dwdiff/Makefile	Sat Dec  9 07:34:27 2017	(r455819)
+++ head/textproc/dwdiff/Makefile	Sat Dec  9 09:00:26 2017	(r455820)
@@ -7,12 +7,12 @@ PORTREVISION=	8
 CATEGORIES=	textproc
 MASTER_SITES=	http://os.ghalkes.nl/dist/ \
 		http://fossies.org/unix/privat/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Delimited word diff program
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	UNICODE NLS DOCS
 OPTIONS_DEFAULT=UNICODE
@@ -24,9 +24,8 @@ NLS_USES=	gettext
 UNICODE_CONFIGURE_WITH=	unicode
 UNICODE_LIB_DEPENDS=	libicudata.so:devel/icu
 
+USES=		localbase:ldflags tar:tgz
 HAS_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man
 
 post-patch:

Modified: head/textproc/dwdiff/pkg-descr
==============================================================================
--- head/textproc/dwdiff/pkg-descr	Sat Dec  9 07:34:27 2017	(r455819)
+++ head/textproc/dwdiff/pkg-descr	Sat Dec  9 09:00:26 2017	(r455820)
@@ -11,4 +11,4 @@ The default output from dwdiff is the new text, with t
 parts annotated with markers. Command line options are available to change
 both what is printed, and the markers.
 
-WWW: http://os.ghalkes.nl/dwdiff.html
+WWW: https://os.ghalkes.nl/dwdiff.html


More information about the svn-ports-head mailing list