Date: Fri, 19 May 2017 09:00:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441212 - head/textproc/apertium Message-ID: <201705190900.v4J90ZKC019308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 19 09:00:35 2017 New Revision: 441212 URL: https://svnweb.freebsd.org/changeset/ports/441212 Log: - Switch to USES=localbase - Update WWW Modified: head/textproc/apertium/Makefile head/textproc/apertium/pkg-descr Modified: head/textproc/apertium/Makefile ============================================================================== --- head/textproc/apertium/Makefile Fri May 19 07:26:23 2017 (r441211) +++ head/textproc/apertium/Makefile Fri May 19 09:00:35 2017 (r441212) @@ -17,16 +17,13 @@ LIB_DEPENDS= liblttoolbox3.so:textproc/l libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash -USES= autoreconf pathfix pkgconfig libtool +USES= autoreconf pathfix pkgconfig libtool localbase:ldflags USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PLIST_SUB= APVER="${PORTVERSION:R}" post-patch: Modified: head/textproc/apertium/pkg-descr ============================================================================== --- head/textproc/apertium/pkg-descr Fri May 19 07:26:23 2017 (r441211) +++ head/textproc/apertium/pkg-descr Fri May 19 09:00:35 2017 (r441212) @@ -8,4 +8,4 @@ provides: translation system for a given language pair and 3. linguistic data for a growing number of language pairs -WWW: http://www.apertium.org/ +WWW: https://www.apertium.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705190900.v4J90ZKC019308>