Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 09:00:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455820 - head/textproc/dwdiff
Message-ID:  <201712090900.vB990Q3Y022875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090900.vB990Q3Y022875>