svn commit: r390750 - head/converters/py-bsdconv
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 28 08:38:22 UTC 2015
Author: sunpoet
Date: Sun Jun 28 08:38:20 2015
New Revision: 390750
URL: https://svnweb.freebsd.org/changeset/ports/390750
Log:
- Update to 11.3.0
- Strip shared library
Changes: https://github.com/buganini/python-bsdconv/releases
PR: 201014
Submitted by: sunpoet (myself)
Approved by: Kuan-Chung Chiu <buganini at gmail.com> (maintainer)
Modified:
head/converters/py-bsdconv/Makefile
head/converters/py-bsdconv/distinfo
Modified: head/converters/py-bsdconv/Makefile
==============================================================================
--- head/converters/py-bsdconv/Makefile Sun Jun 28 08:38:16 2015 (r390749)
+++ head/converters/py-bsdconv/Makefile Sun Jun 28 08:38:20 2015 (r390750)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bsdconv
-PORTVERSION= 11.1.0
+PORTVERSION= 11.3.0
CATEGORIES= converters python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,4 +25,7 @@ PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SI
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bsdconv.so
+
.include <bsd.port.mk>
Modified: head/converters/py-bsdconv/distinfo
==============================================================================
--- head/converters/py-bsdconv/distinfo Sun Jun 28 08:38:16 2015 (r390749)
+++ head/converters/py-bsdconv/distinfo Sun Jun 28 08:38:20 2015 (r390750)
@@ -1,2 +1,2 @@
-SHA256 (buganini-python-bsdconv-11.1.0_GH0.tar.gz) = 54b9a00d2235f0539007c187c0a7280062bdaaead3ebb88dccfe70f72c90daee
-SIZE (buganini-python-bsdconv-11.1.0_GH0.tar.gz) = 5172
+SHA256 (buganini-python-bsdconv-11.3.0_GH0.tar.gz) = d097a398c194a927e75ff03a4905fd4abaef0f9b22f69a302586625a8e62eefb
+SIZE (buganini-python-bsdconv-11.3.0_GH0.tar.gz) = 5819
More information about the svn-ports-all
mailing list