mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Update to alpha-20140323
- Use libtool - Strip libraries
This commit is contained in:
parent
30ee48094c
commit
cd14aa593a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349125
3 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvshadow
|
||||
PORTVERSION= 20131209
|
||||
PORTVERSION= 20140323
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSZDZXRFVMdnZCeHc/ \
|
||||
LOCAL/antoine
|
||||
|
@ -14,12 +14,13 @@ COMMENT= A library to support the Volume Service Snapshot (VSS) format
|
|||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= fuse gettext iconv pathfix pkgconfig
|
||||
USES= fuse gettext iconv libtool pathfix pkgconfig
|
||||
USE_PYTHON= 2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
|
||||
INSTALL_TARGET= install-strip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libvshadow-alpha-20131209.tar.gz) = e5dd1890c62b0921646edfde53aa8f0bb65314aa12012ae68a90d4c7ea1a314d
|
||||
SIZE (libvshadow-alpha-20131209.tar.gz) = 1304536
|
||||
SHA256 (libvshadow-alpha-20140323.tar.gz) = dfd04ce429e9227c355ebd1d61942ca9af27ca7b24a879a1ee6bdd64ac2a52fd
|
||||
SIZE (libvshadow-alpha-20140323.tar.gz) = 1306275
|
||||
|
|
|
@ -11,6 +11,7 @@ lib/libvshadow.a
|
|||
lib/libvshadow.la
|
||||
lib/libvshadow.so
|
||||
lib/libvshadow.so.1
|
||||
lib/libvshadow.so.1.0.0
|
||||
%%PYTHON_SITELIBDIR%%/pyvshadow.a
|
||||
%%PYTHON_SITELIBDIR%%/pyvshadow.la
|
||||
%%PYTHON_SITELIBDIR%%/pyvshadow.so
|
||||
|
|
Loading…
Add table
Reference in a new issue