svn commit: r412971 - head/databases/pxlib
Muhammad Moinur Rahman
bofh at FreeBSD.org
Sun Apr 10 16:46:34 UTC 2016
Author: bofh
Date: Sun Apr 10 16:46:32 2016
New Revision: 412971
URL: https://svnweb.freebsd.org/changeset/ports/412971
Log:
databases/pxlib:Update version 0.6.5=>0.6.6
- Remove bsd.port.options.mk for OPTIONSNG
Modified:
head/databases/pxlib/Makefile
head/databases/pxlib/distinfo
head/databases/pxlib/pkg-plist
Modified: head/databases/pxlib/Makefile
==============================================================================
--- head/databases/pxlib/Makefile Sun Apr 10 16:01:28 2016 (r412970)
+++ head/databases/pxlib/Makefile Sun Apr 10 16:46:32 2016 (r412971)
@@ -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:t
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>
Modified: head/databases/pxlib/distinfo
==============================================================================
--- head/databases/pxlib/distinfo Sun Apr 10 16:01:28 2016 (r412970)
+++ head/databases/pxlib/distinfo Sun Apr 10 16:46:32 2016 (r412971)
@@ -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
Modified: head/databases/pxlib/pkg-plist
==============================================================================
--- head/databases/pxlib/pkg-plist Sun Apr 10 16:01:28 2016 (r412970)
+++ head/databases/pxlib/pkg-plist Sun Apr 10 16:46:32 2016 (r412971)
@@ -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
More information about the svn-ports-all
mailing list