svn commit: r313451 - head/devel/py-bitstring
Sofian Brabez
sbz at FreeBSD.org
Tue Mar 5 13:24:14 UTC 2013
Author: sbz
Date: Tue Mar 5 13:24:13 2013
New Revision: 313451
URL: http://svnweb.freebsd.org/changeset/ports/313451
Log:
- Update to 1.1.7
- Convert to new option framework
Modified:
head/devel/py-bitstring/Makefile (contents, props changed)
head/devel/py-bitstring/distinfo (contents, props changed)
Modified: head/devel/py-bitstring/Makefile
==============================================================================
--- head/devel/py-bitstring/Makefile Tue Mar 5 11:43:18 2013 (r313450)
+++ head/devel/py-bitstring/Makefile Tue Mar 5 13:24:13 2013 (r313451)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: py-bitstring
-# Date created: 2010-11-29
-# Whom: Sofian Brabez <sbrabez at gmail.com>
-#
+# Created by: Sofian Brabez <sbrabez at gmail.com>
# $FreeBSD$
-#
PORTNAME= bitstring
-PORTVERSION= 3.0.2
+PORTVERSION= 3.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,13 +20,15 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNA
PORTDOCS= PKG-INFO README.txt release_notes.txt
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
-regression-test:
+regression-test: extract
@(cd ${WRKSRC}/test && ${PYTHON_CMD} -c 'import unittest, test_${PORTNAME}; unittest.main(test_${PORTNAME})')
.include <bsd.port.mk>
Modified: head/devel/py-bitstring/distinfo
==============================================================================
--- head/devel/py-bitstring/distinfo Tue Mar 5 11:43:18 2013 (r313450)
+++ head/devel/py-bitstring/distinfo Tue Mar 5 13:24:13 2013 (r313451)
@@ -1,2 +1,2 @@
-SHA256 (bitstring-3.0.2.zip) = 842fe034675de50b7616f0f84290630d24f079e8fea3adc8ed384e35e0cce84c
-SIZE (bitstring-3.0.2.zip) = 618856
+SHA256 (bitstring-3.1.0.zip) = 7cc3d34f605f80162e7441f90b9ef4f182306a946bbab806e83de31f48a4b38a
+SIZE (bitstring-3.1.0.zip) = 620245
More information about the svn-ports-head
mailing list