svn commit: r438622 - in head/devel/epm: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 16 09:02:20 UTC 2017


Author: amdmi3
Date: Sun Apr 16 09:02:18 2017
New Revision: 438622
URL: https://svnweb.freebsd.org/changeset/ports/438622

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update WWW
  - Verbosify build
  
  Approved by:	portmgr blanket

Modified:
  head/devel/epm/Makefile
  head/devel/epm/files/patch-Makefile.in
  head/devel/epm/pkg-descr

Modified: head/devel/epm/Makefile
==============================================================================
--- head/devel/epm/Makefile	Sun Apr 16 07:46:27 2017	(r438621)
+++ head/devel/epm/Makefile	Sun Apr 16 09:02:18 2017	(r438622)
@@ -10,15 +10,16 @@ EXTRACT_SUFX=	-source.tar.bz2
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	Free UNIX software/file packaging program
 
-LICENSE=	GPLv2
-
-OPTIONS_DEFINE=	DOCS
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 MAKE_JOBS_UNSAFE=	yes
 USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 
+OPTIONS_DEFINE=	DOCS
+
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist
 
 .include <bsd.port.mk>

Modified: head/devel/epm/files/patch-Makefile.in
==============================================================================
--- head/devel/epm/files/patch-Makefile.in	Sun Apr 16 07:46:27 2017	(r438621)
+++ head/devel/epm/files/patch-Makefile.in	Sun Apr 16 09:02:18 2017	(r438622)
@@ -1,6 +1,15 @@
---- ./Makefile.in.orig	2010-12-29 18:32:40.000000000 +0100
-+++ ./Makefile.in	2013-10-04 12:12:25.004564898 +0200
-@@ -169,48 +169,48 @@
+--- Makefile.in.orig	2014-02-03 02:39:49 UTC
++++ Makefile.in
+@@ -72,8 +72,6 @@ VPATH		=	$(srcdir)
+ # Rules...
+ #
+ 
+-.SILENT:
+-
+ .SUFFIXES:	.c .cxx .h .o
+ .c.o:
+ 	echo Compiling $<...
+@@ -171,48 +169,48 @@ clang-changes:
  
  install: all @INSTALL_GUIS@ @INSTALL_OSX@
  	echo Installing EPM programs in $(bindir)

Modified: head/devel/epm/pkg-descr
==============================================================================
--- head/devel/epm/pkg-descr	Sun Apr 16 07:46:27 2017	(r438621)
+++ head/devel/epm/pkg-descr	Sun Apr 16 09:02:18 2017	(r438622)
@@ -8,4 +8,4 @@ o Generate "native" distributions in AIX
 o Provide a complete, cross-platform software  distribution solution for
   your applications.
 
-WWW: https://www.msweet.org/projects.php?Z2
+WWW: http://michaelrsweet.github.io/epm/


More information about the svn-ports-head mailing list