svn commit: r411545 - head/devel/libsigscan

Antoine Brodin antoine at FreeBSD.org
Mon Mar 21 07:54:03 UTC 2016


Author: antoine
Date: Mon Mar 21 07:54:01 2016
New Revision: 411545
URL: https://svnweb.freebsd.org/changeset/ports/411545

Log:
  Update to experimental-20160312

Modified:
  head/devel/libsigscan/Makefile
  head/devel/libsigscan/distinfo

Modified: head/devel/libsigscan/Makefile
==============================================================================
--- head/devel/libsigscan/Makefile	Mon Mar 21 07:18:28 2016	(r411544)
+++ head/devel/libsigscan/Makefile	Mon Mar 21 07:54:01 2016	(r411545)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsigscan
 # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
-DISTVERSION=	experimental-20160108
+DISTVERSION=	experimental-20160312
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \
 		LOCAL/antoine
@@ -11,7 +11,8 @@ MASTER_SITES=	https://github.com/libyal/
 MAINTAINER=	antoine at FreeBSD.org
 COMMENT=	Library for binary signature scanning
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE}
@@ -27,6 +28,8 @@ OPTIONS_DEFINE=	DOCS
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+post-install:
 	${MV} ${STAGEDIR}${PREFIX}/etc/sigscan.conf ${STAGEDIR}${PREFIX}/etc/sigscan.conf.sample
 
 .include <bsd.port.mk>

Modified: head/devel/libsigscan/distinfo
==============================================================================
--- head/devel/libsigscan/distinfo	Mon Mar 21 07:18:28 2016	(r411544)
+++ head/devel/libsigscan/distinfo	Mon Mar 21 07:54:01 2016	(r411545)
@@ -1,2 +1,2 @@
-SHA256 (libsigscan-experimental-20160108.tar.gz) = ebedbb03c190f93d63c0195417aad1716d355351f2aab82bdb0aa7ae56d743ab
-SIZE (libsigscan-experimental-20160108.tar.gz) = 1278398
+SHA256 (libsigscan-experimental-20160312.tar.gz) = 40e92991f53f5c69e21dd662dc021f41ef9203eebbc6c9d65a194ec8ca68a3ff
+SIZE (libsigscan-experimental-20160312.tar.gz) = 1279402


More information about the svn-ports-head mailing list