Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 09:36:18 +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: r542922 - head/textproc/filepp
Message-ID:  <202007230936.06N9aId6027429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul 23 09:36:18 2020
New Revision: 542922
URL: https://svnweb.freebsd.org/changeset/ports/542922

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW

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

Modified: head/textproc/filepp/Makefile
==============================================================================
--- head/textproc/filepp/Makefile	Thu Jul 23 09:06:52 2020	(r542921)
+++ head/textproc/filepp/Makefile	Thu Jul 23 09:36:18 2020	(r542922)
@@ -9,10 +9,14 @@ MASTER_SITES=	http://www-users.york.ac.uk/~dm26/filepp
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generic file preprocessor
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		perl5 shebangfix
 GNU_CONFIGURE=	yes
-NO_BUILD=	yes
 CONFIGURE_ENV=	PERL=${PERL}
+NO_BUILD=	yes
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \

Modified: head/textproc/filepp/pkg-descr
==============================================================================
--- head/textproc/filepp/pkg-descr	Thu Jul 23 09:06:52 2020	(r542921)
+++ head/textproc/filepp/pkg-descr	Thu Jul 23 09:36:18 2020	(r542922)
@@ -3,4 +3,4 @@ functionality provided by the C preprocessor cpp(1) to
 any file type. filepp is designed to be easily customised and
 extended.
 
-WWW: http://www-users.york.ac.uk/~dm26/filepp/
+WWW: https://www-users.york.ac.uk/~dm26/filepp/



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