Date: Mon, 3 Aug 2020 11:13:37 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544051 - in head: lang/libhx sysutils/pam_mount sysutils/parkverbot Message-ID: <202008031113.073BDbas094789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Aug 3 11:13:37 2020 New Revision: 544051 URL: https://svnweb.freebsd.org/changeset/ports/544051 Log: - Update libhx to 3.25 [1] - Add TEST_TARGET [1] while here: - Replace CPPFLAGS and LDFLAGS by USES=localbase - Remove useless post-patch - Add LICENSE - Bump dependencies PORTREVISION Submitted by: danfe (email) [1] Modified: head/lang/libhx/Makefile head/lang/libhx/distinfo head/lang/libhx/pkg-plist head/sysutils/pam_mount/Makefile head/sysutils/parkverbot/Makefile Modified: head/lang/libhx/Makefile ============================================================================== --- head/lang/libhx/Makefile Mon Aug 3 11:04:33 2020 (r544050) +++ head/lang/libhx/Makefile Mon Aug 3 11:13:37 2020 (r544051) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= libHX -PORTVERSION= 3.24 +PORTVERSION= 3.25 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME} MAINTAINER= danilo@FreeBSD.org COMMENT= C/C++ library with common data structures and functions -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LICENSE= LGPL21+ -USES= cpe libtool tar:xz +USES= cpe libtool localbase tar:xz + USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip +TEST_TARGET= check CPE_VENDOR= jan_engelhardt @@ -24,8 +25,5 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} - -post-patch: - ${REINPLACE_CMD} -e 's| -lrt||g' ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> Modified: head/lang/libhx/distinfo ============================================================================== --- head/lang/libhx/distinfo Mon Aug 3 11:04:33 2020 (r544050) +++ head/lang/libhx/distinfo Mon Aug 3 11:13:37 2020 (r544051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540045969 -SHA256 (libHX-3.24.tar.xz) = a51b3ead77cf93444b52efe14c87314e75b88cdedb4e5f4b6060a04b0c111b45 -SIZE (libHX-3.24.tar.xz) = 876992 +TIMESTAMP = 1589449721 +SHA256 (libHX-3.25.tar.xz) = 72ddc565dc9a5bab55438cb782ea01cec07cb6069f5e6930030b2be44cb05b89 +SIZE (libHX-3.25.tar.xz) = 890576 Modified: head/lang/libhx/pkg-plist ============================================================================== --- head/lang/libhx/pkg-plist Mon Aug 3 11:04:33 2020 (r544050) +++ head/lang/libhx/pkg-plist Mon Aug 3 11:13:37 2020 (r544051) @@ -14,6 +14,6 @@ include/libHX/string.h include/libHX/wx_helper.hpp lib/libHX_rtcheck.so lib/libHX.so -lib/libHX.so.28 -lib/libHX.so.28.3.0 +lib/libHX.so.32 +lib/libHX.so.32.0.0 libdata/pkgconfig/libHX.pc Modified: head/sysutils/pam_mount/Makefile ============================================================================== --- head/sysutils/pam_mount/Makefile Mon Aug 3 11:04:33 2020 (r544050) +++ head/sysutils/pam_mount/Makefile Mon Aug 3 11:13:37 2020 (r544051) @@ -3,7 +3,7 @@ PORTNAME= pam_mount PORTVERSION= 2.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/ Modified: head/sysutils/parkverbot/Makefile ============================================================================== --- head/sysutils/parkverbot/Makefile Mon Aug 3 11:04:33 2020 (r544050) +++ head/sysutils/parkverbot/Makefile Mon Aug 3 11:13:37 2020 (r544051) @@ -3,6 +3,7 @@ PORTNAME= parkverbot PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008031113.073BDbas094789>