diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-01 03:20:21 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-01 03:20:21 +0000 |
commit | f8f630c1890b9d47e9d06d40c3df42e631f45662 (patch) | |
tree | 9372be9b8a450ffa92ed9498f00e1a8dc68ccf12 | |
parent | 4365d2b88f6b68ca5845d617618cf52c33351050 (diff) | |
download | ports-f8f630c1890b9d47e9d06d40c3df42e631f45662.tar.gz ports-f8f630c1890b9d47e9d06d40c3df42e631f45662.zip |
- Update to 1.19.10
- Add USES shebangfix and SHEBANG_FILES
- Strip libraries
Notes
Notes:
svn path=/head/; revision=342096
-rw-r--r-- | deskutils/recoll/Makefile | 14 | ||||
-rw-r--r-- | deskutils/recoll/distinfo | 4 |
2 files changed, 13 insertions, 5 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index cfc668138710..d1b35bc04b6f 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recoll -PORTVERSION= 1.19.9 +PORTVERSION= 1.19.10 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ unrtf:${PORTSDIR}/textproc/unrtf \ unrar:${PORTSDIR}/archivers/unrar -USES= gmake iconv +USES= gmake iconv shebangfix +SHEBANG_FILES= filters/rclimg desktop/hotrecoll.py GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pic @@ -65,7 +66,8 @@ X11MON_CONFIGURE_ENABLE= x11mon .include <bsd.port.options.mk> -PLIST_SUB+= VERSION=${PORTVERSION} +VERSION= ${PORTVERSION} +PLIST_SUB+= VERSION=${VERSION} .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes @@ -103,4 +105,10 @@ post-patch: ${WRKSRC}/python/recoll/Makefile \ ${WRKSRC}/recollinstall.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/recoll/librecoll.so.${VERSION} +.for l in recoll rclextract + ${STRIP_CMD} ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/recoll/${l}.so +.endfor + .include <bsd.port.mk> diff --git a/deskutils/recoll/distinfo b/deskutils/recoll/distinfo index 83e6509bc590..cef14a2f9bc2 100644 --- a/deskutils/recoll/distinfo +++ b/deskutils/recoll/distinfo @@ -1,2 +1,2 @@ -SHA256 (recoll-1.19.9.tar.gz) = 13e036b12a3a7d47b819a1235713f33545c8a42eec3630e056c999ef04d82f0d -SIZE (recoll-1.19.9.tar.gz) = 2013067 +SHA256 (recoll-1.19.10.tar.gz) = 288602b7ecd6bf6f706b4c7fd4436c10f411fa685be501c6f39077a5223a0bf6 +SIZE (recoll-1.19.10.tar.gz) = 2089966 |