From owner-svn-ports-head@freebsd.org Mon Aug 3 11:13:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1FE2376E5E; Mon, 3 Aug 2020 11:13:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKwHQ4Lsnz4f8X; Mon, 3 Aug 2020 11:13:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78AA6138B4; Mon, 3 Aug 2020 11:13:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 073BDcCR094794; Mon, 3 Aug 2020 11:13:38 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 073BDbas094789; Mon, 3 Aug 2020 11:13:37 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <202008031113.073BDbas094789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 3 Aug 2020 11:13:37 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head: lang/libhx sysutils/pam_mount sysutils/parkverbot X-SVN-Commit-Revision: 544051 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 11:13:38 -0000 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 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}