From 5476a67b95d45bd58f8cd5b5b077247371d9006d Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 7 Apr 2014 17:10:53 +0000 Subject: MFH: r350421 Distfile rerolled with a license file and some examples Approved by: portmgr (self) --- security/py-cybox/Makefile | 7 ++++++- security/py-cybox/distinfo | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'security/py-cybox') diff --git a/security/py-cybox/Makefile b/security/py-cybox/Makefile index 465426f5ada9..70489d374ed9 100644 --- a/security/py-cybox/Makefile +++ b/security/py-cybox/Makefile @@ -3,6 +3,7 @@ PORTNAME= cybox PORTVERSION= 2.1.0.2 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,7 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Python library for parsing, manipulating, and generating CybOX content LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:${PORTSDIR}/devel/py-lxml @@ -20,11 +22,14 @@ USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes PORTDOCS= README.rst +PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/security/py-cybox/distinfo b/security/py-cybox/distinfo index 1454c4c5a033..81b18d1b6295 100644 --- a/security/py-cybox/distinfo +++ b/security/py-cybox/distinfo @@ -1,2 +1,2 @@ -SHA256 (cybox-2.1.0.2.tar.gz) = 2c4a765bb9bf75915f65953f1ad9e4732da0586e1eaf45dbd69ed7644ad42b29 -SIZE (cybox-2.1.0.2.tar.gz) = 862124 +SHA256 (cybox-2.1.0.2.tar.gz) = 02bb2e4c79b7d94ed15ff4818ad684d1d8173fb4b31890a00939766cb8152d67 +SIZE (cybox-2.1.0.2.tar.gz) = 868546 -- cgit v1.2.3