From owner-svn-ports-all@freebsd.org Fri Oct 5 16:22:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEAC210B0994; Fri, 5 Oct 2018 16:22:04 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 640AA86FA7; Fri, 5 Oct 2018 16:22:04 +0000 (UTC) (envelope-from fernape@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 5ED2A1796D; Fri, 5 Oct 2018 16:22:04 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w95GM4m1063006; Fri, 5 Oct 2018 16:22:04 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w95GM3f3063004; Fri, 5 Oct 2018 16:22:03 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201810051622.w95GM3f3063004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 5 Oct 2018 16:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481283 - in head/textproc/liblrdf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/textproc/liblrdf: . files X-SVN-Commit-Revision: 481283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2018 16:22:04 -0000 Author: fernape Date: Fri Oct 5 16:22:03 2018 New Revision: 481283 URL: https://svnweb.freebsd.org/changeset/ports/481283 Log: textproc/liblrdf: update to 0.6.1 While here: * Reorder some variables. * Remove post-patch section * Regenerate patch with makepatch Accumulated change log: * Remove a bogus symlink, and release some merged changes that resolve licence issues. * Removed more stale auto* files Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17422 Modified: head/textproc/liblrdf/Makefile head/textproc/liblrdf/distinfo head/textproc/liblrdf/files/patch-configure.ac Modified: head/textproc/liblrdf/Makefile ============================================================================== --- head/textproc/liblrdf/Makefile Fri Oct 5 16:19:39 2018 (r481282) +++ head/textproc/liblrdf/Makefile Fri Oct 5 16:22:03 2018 (r481283) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= liblrdf -PORTVERSION= 0.5.0 -PORTREVISION= 11 +DISTVERSION= 0.6.1 CATEGORIES= textproc MASTER_SITES= GENTOO @@ -16,17 +15,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libraptor2.so:textproc/raptor2 -GNU_CONFIGURE= yes USES= autoreconf libtool pathfix pkgconfig ssl USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/LRDF-${DISTVERSION} + +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} - -WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032 - -post-patch: - @${FIND} ${WRKSRC}/m4 -type l -delete .include Modified: head/textproc/liblrdf/distinfo ============================================================================== --- head/textproc/liblrdf/distinfo Fri Oct 5 16:19:39 2018 (r481282) +++ head/textproc/liblrdf/distinfo Fri Oct 5 16:22:03 2018 (r481283) @@ -1,2 +1,3 @@ -SHA256 (liblrdf-0.5.0.tar.gz) = 013002b91ef209827fe99552b8c7f0b569cddb3d6f1439bedbd8bafe1956a93c -SIZE (liblrdf-0.5.0.tar.gz) = 283109 +TIMESTAMP = 1538679391 +SHA256 (liblrdf-0.6.1.tar.gz) = d579417c477ac3635844cd1b94f273ee2529a8c3b6b21f9b09d15f462b89b1ef +SIZE (liblrdf-0.6.1.tar.gz) = 43878 Modified: head/textproc/liblrdf/files/patch-configure.ac ============================================================================== --- head/textproc/liblrdf/files/patch-configure.ac Fri Oct 5 16:19:39 2018 (r481282) +++ head/textproc/liblrdf/files/patch-configure.ac Fri Oct 5 16:22:03 2018 (r481283) @@ -1,6 +1,6 @@ ---- configure.ac~ 2012-08-22 17:58:12.000000000 -0300 -+++ configure.ac 2012-08-22 17:58:36.000000000 -0300 -@@ -34,8 +34,8 @@ +--- configure.ac.orig 2017-01-09 16:58:58 UTC ++++ configure.ac +@@ -31,8 +31,8 @@ dnl AC_FUNC_MALLOC AC_FUNC_VPRINTF AC_CHECK_FUNCS([getcwd strcasecmp strchr strdup strerror strncasecmp strrchr])