diff options
author | bofh <bofh@FreeBSD.org> | 2016-04-11 00:46:32 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2016-04-11 00:46:32 +0800 |
commit | dd439d9fcab0998fae8053a6489e891c2599a338 (patch) | |
tree | 51041455a5285e30c09a5ea2a88e7f6b08509f60 /databases | |
parent | 95a9090857212658ace360ce5354647b0bc9e613 (diff) | |
download | freebsd-ports-graphics-dd439d9fcab0998fae8053a6489e891c2599a338.tar.gz freebsd-ports-graphics-dd439d9fcab0998fae8053a6489e891c2599a338.tar.zst freebsd-ports-graphics-dd439d9fcab0998fae8053a6489e891c2599a338.zip |
databases/pxlib:Update version 0.6.5=>0.6.6
- Remove bsd.port.options.mk for OPTIONSNG
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pxlib/Makefile | 11 | ||||
-rw-r--r-- | databases/pxlib/distinfo | 4 | ||||
-rw-r--r-- | databases/pxlib/pkg-plist | 2 |
3 files changed, 7 insertions, 10 deletions
diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile index a349db49c07..a2081a04b24 100644 --- a/databases/pxlib/Makefile +++ b/databases/pxlib/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pxlib -PORTVERSION= 0.6.5 -PORTREVISION= 1 +PORTVERSION= 0.6.6 CATEGORIES= databases MASTER_SITES= SF @@ -29,12 +28,10 @@ MANPAGES_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext +INSTALL_TARGET= install-strip +PLIST_SUB= PORTVERSION=${PORTVERSION} -.include <bsd.port.options.mk> - -pre-build: -.if !${PORT_OPTIONS:MMANPAGES} +pre-build-MANPAGES-off: ${REINPLACE_CMD} -e 's/^DOCDIR =.*/DOCDIR =/' ${WRKSRC}/Makefile -.endif .include <bsd.port.mk> diff --git a/databases/pxlib/distinfo b/databases/pxlib/distinfo index 518d60d8c07..f8b03444265 100644 --- a/databases/pxlib/distinfo +++ b/databases/pxlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (pxlib-0.6.5.tar.gz) = 2f7a6b77069411d857a1eed75bf9774099c42d35768222314fbeaa5c290a0605 -SIZE (pxlib-0.6.5.tar.gz) = 522092 +SHA256 (pxlib-0.6.6.tar.gz) = fb3866f505f8b11f133411433ccd6e37183a8baa592ec0c54f0fb8ea5a5f4f09 +SIZE (pxlib-0.6.6.tar.gz) = 516190 diff --git a/databases/pxlib/pkg-plist b/databases/pxlib/pkg-plist index c3477023c60..7464840351a 100644 --- a/databases/pxlib/pkg-plist +++ b/databases/pxlib/pkg-plist @@ -5,7 +5,7 @@ include/pxversion.h lib/libpx.a lib/libpx.so lib/libpx.so.0 -lib/libpx.so.0.6.5 +lib/libpx.so.%%PORTVERSION%% libdata/pkgconfig/pxlib.pc %%MANPAGES%%man/man3/PX_add_primary_index.3.gz %%MANPAGES%%man/man3/PX_close.3.gz |