Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2016 09:01:51 +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: r423456 - in head/math/unuran: . files
Message-ID:  <201610070901.u9791paC041167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct  7 09:01:51 2016
New Revision: 423456
URL: https://svnweb.freebsd.org/changeset/ports/423456

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to options helpers
  - Cosmetic fixes
  - Regenerate patches

Modified:
  head/math/unuran/Makefile
  head/math/unuran/files/patch-doc_Makefile.in

Modified: head/math/unuran/Makefile
==============================================================================
--- head/math/unuran/Makefile	Fri Oct  7 07:52:25 2016	(r423455)
+++ head/math/unuran/Makefile	Fri Oct  7 09:01:51 2016	(r423456)
@@ -11,9 +11,11 @@ MASTER_SITES=	http://statmath.wu-wien.ac
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Universal Non-Uniform RANdom number generators
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	librngstreams.so:math/rngstreams
 
-LICENSE=	GPLv2
 USES=		gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --with-urng-rngstream --with-urng-default=rngstream \
@@ -29,13 +31,13 @@ PORTDOCS=	unuran.pdf unuran.txt
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-	${REINPLACE_CMD} -e '/UNURANFULLCHECK=true make check/s/make/${MAKE_CMD}/' \
+	@${REINPLACE_CMD} -e '/UNURANFULLCHECK=true make check/s/make/${MAKE_CMD}/' \
 		${WRKSRC}/Makefile.in
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for DD in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${STAGEDIR}${DOCSDIR}
 .endfor
 
 .ifdef(MAINTAINER_MODE)

Modified: head/math/unuran/files/patch-doc_Makefile.in
==============================================================================
--- head/math/unuran/files/patch-doc_Makefile.in	Fri Oct  7 07:52:25 2016	(r423455)
+++ head/math/unuran/files/patch-doc_Makefile.in	Fri Oct  7 09:01:51 2016	(r423456)
@@ -1,7 +1,7 @@
---- doc/Makefile.in.orig	2008-11-14 16:43:07.846169643 -0500
-+++ doc/Makefile.in	2008-11-14 16:43:34.409120521 -0500
-@@ -47,7 +47,7 @@
- CONFIG_CLEAN_FILES =
+--- doc/Makefile.in.orig	2011-04-19 10:50:45 UTC
++++ doc/Makefile.in
+@@ -50,7 +50,7 @@ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
  SOURCES =
  DIST_SOURCES =
 -INFO_DEPS = $(srcdir)/unuran.info $(srcdir)/unuran_win32.info



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