From owner-svn-ports-all@freebsd.org Fri Dec 29 03:30:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63C0EEA640F; Fri, 29 Dec 2017 03:30:15 +0000 (UTC) (envelope-from wen@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 mx1.freebsd.org (Postfix) with ESMTPS id 37B99796E1; Fri, 29 Dec 2017 03:30:15 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBT3UEoF076738; Fri, 29 Dec 2017 03:30:14 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBT3UDDY076733; Fri, 29 Dec 2017 03:30:13 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712290330.vBT3UDDY076733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 29 Dec 2017 03:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457491 - in head/textproc/sxml: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/textproc/sxml: . files X-SVN-Commit-Revision: 457491 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.25 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, 29 Dec 2017 03:30:15 -0000 Author: wen Date: Fri Dec 29 03:30:13 2017 New Revision: 457491 URL: https://svnweb.freebsd.org/changeset/ports/457491 Log: - Update to 1.0.7 - Update LICENSE PR: 223675 Submitted by: takefu@airport.fm Added: head/textproc/sxml/files/patch-examples_Makefile.in (contents, props changed) Modified: head/textproc/sxml/Makefile head/textproc/sxml/distinfo head/textproc/sxml/files/patch-Makefile.in head/textproc/sxml/pkg-descr Modified: head/textproc/sxml/Makefile ============================================================================== --- head/textproc/sxml/Makefile Fri Dec 29 03:14:37 2017 (r457490) +++ head/textproc/sxml/Makefile Fri Dec 29 03:30:13 2017 (r457491) @@ -2,23 +2,21 @@ # $FreeBSD$ PORTNAME= sxml -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= textproc MASTER_SITES= http://www.MysticWALL.COM/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= takefu@airport.fm COMMENT= Skimpy XML parsing and grafting library for C language -LICENSE= BSD3CLAUSE +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +USES= tar:bzip2 -MAKE_JOBS_UNSAFE= yes - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsxml*.so +do-test: build + cd ${BUILD_WRKSRC}/examples && ${MAKE} all .include Modified: head/textproc/sxml/distinfo ============================================================================== --- head/textproc/sxml/distinfo Fri Dec 29 03:14:37 2017 (r457490) +++ head/textproc/sxml/distinfo Fri Dec 29 03:30:13 2017 (r457491) @@ -1,2 +1,3 @@ -SHA256 (sxml-1.0.6.tar.bz2) = e26a960bd6c24021dd83c4da4d2a8006ed3b92e0a9ac85b17358e473000260d0 -SIZE (sxml-1.0.6.tar.bz2) = 82316 +TIMESTAMP = 1497916868 +SHA256 (sxml-1.0.7.tar.bz2) = b7ed703252976074488044e49de070bc01a9f3eff7633c772dac05f089825470 +SIZE (sxml-1.0.7.tar.bz2) = 83491 Modified: head/textproc/sxml/files/patch-Makefile.in ============================================================================== --- head/textproc/sxml/files/patch-Makefile.in Fri Dec 29 03:14:37 2017 (r457490) +++ head/textproc/sxml/files/patch-Makefile.in Fri Dec 29 03:30:13 2017 (r457491) @@ -1,6 +1,6 @@ ---- Makefile.in.orig +--- Makefile.in.orig 2010-03-26 07:56:17 UTC +++ Makefile.in -@@ -30,11 +30,11 @@ +@@ -30,11 +30,11 @@ CTAGS=@CTAGS@ EDITOR=@EDITOR@ INSTALL=@INSTALL@ @@ -9,12 +9,12 @@ INSTALL_DATA=@INSTALL_DATA@ DEFS= @DEFS@ --OPTS= -fforce-mem -fforce-addr -fstrength-reduce -funroll-loops -finline-functions +-OPTS= -fforce-addr -fstrength-reduce -funroll-loops -finline-functions +OPTS= -fstrength-reduce -funroll-loops -finline-functions CPPFLAGS= -I@srcdir@ CFLAGS= ${DEFS} ${CPPFLAGS} ${OPTS} @CFLAGS@ -@@ -121,43 +121,43 @@ +@@ -121,43 +121,43 @@ libsxmlrpc.dylib: ${SXMLRPC_SOBJ} install:: check-dirs install-libsxml install-libsxmlrpc install-libsxml:: @@ -33,7 +33,7 @@ if [ -f ${SXML_SLIB} ]; then \ - ${INSTALL} ${SXML_SLIB} ${libdir}; \ - (cd ${libdir}; ${LN_S} ${SXML_SLIB} ${SXML_LIB}); \ -+ ${INSTALL} ${SXML_SLIB} ${DESTDIR}${libdir}; \ ++ ${INSTALL_PROGRAM} ${SXML_SLIB} ${DESTDIR}${libdir}; \ + (cd ${DESTDIR}${libdir}; ${LN_S} ${SXML_SLIB} ${SXML_LIB}); \ fi if [ -f ${SXML_DYLIB} ]; then \ @@ -61,7 +61,7 @@ if [ -f ${SXMLRPC_SLIB} ]; then \ - ${INSTALL} ${SXMLRPC_SLIB} ${libdir}; \ - (cd ${libdir}; ${LN_S} ${SXMLRPC_SLIB} ${SXMLRPC_LIB}); \ -+ ${INSTALL} ${SXMLRPC_SLIB} ${DESTDIR}${libdir}; \ ++ ${INSTALL_PROGRAM} ${SXMLRPC_SLIB} ${DESTDIR}${libdir}; \ + (cd ${DESTDIR}${libdir}; ${LN_S} ${SXMLRPC_SLIB} ${SXMLRPC_LIB}); \ fi if [ -f ${SXMLRPC_DYLIB} ]; then \ @@ -77,9 +77,9 @@ - @if [ ! -d ${prefix} ]; then ${MKDIR} ${prefix}; fi - @if [ ! -d ${libdir} ]; then ${MKDIR} ${libdir}; fi - @if [ ! -d ${includedir} ]; then ${MKDIR} ${includedir}; fi -+ @if [ ! -d ${DESTDIR}${prefix} ]; then ${MKDIR} ${DESTDIR}${prefix}; fi -+ @if [ ! -d ${DESTDIR}${libdir} ]; then ${MKDIR} ${DESTDIR}${libdir}; fi -+ @if [ ! -d ${DESTDIR}${includedir} ]; then ${MKDIR} ${DESTDIR}${includedir}; fi ++ @if [ ! -d ${prefix} ]; then ${MKDIR} ${DESTDIR}${prefix}; fi ++ @if [ ! -d ${libdir} ]; then ${MKDIR} ${DESTDIR}${libdir}; fi ++ @if [ ! -d ${includedir} ]; then ${MKDIR} ${DESTDIR}${includedir}; fi ############################################################################### Added: head/textproc/sxml/files/patch-examples_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/sxml/files/patch-examples_Makefile.in Fri Dec 29 03:30:13 2017 (r457491) @@ -0,0 +1,11 @@ +--- examples/Makefile.in.orig 2008-02-05 14:03:37 UTC ++++ examples/Makefile.in +@@ -34,7 +34,7 @@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s + INSTALL_DATA=@INSTALL_DATA@ + + DEFS= @DEFS@ +-OPTS= -fforce-mem -fforce-addr -fstrength-reduce -funroll-loops -finline-functions ++OPTS= -fstrength-reduce -funroll-loops -finline-functions + CPPFLAGS= -I.. -L.. + CFLAGS= ${DEFS} ${CPPFLAGS} ${OPTS} @CFLAGS@ + Modified: head/textproc/sxml/pkg-descr ============================================================================== --- head/textproc/sxml/pkg-descr Fri Dec 29 03:14:37 2017 (r457490) +++ head/textproc/sxml/pkg-descr Fri Dec 29 03:30:13 2017 (r457491) @@ -1,4 +1,5 @@ -SXML is a skimpy XML parsing and grafting C library that you can use -to read and write XML-like configuration file for your application. +SXML is a skimpy XML parsing and grafting C library that you can use to read +and write XML-like configuration file for your application. +Author: Kouichi ABE (WALL) WWW: http://www.MysticWALL.COM/software/sxml/index.html