Date: Fri, 15 Aug 2014 09:52:46 +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: r364954 - in head: japanese/tex-ptex print/tex-ptexenc print/texlive-base Message-ID: <201408150952.s7F9qkHh062894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 15 09:52:45 2014 New Revision: 364954 URL: http://svnweb.freebsd.org/changeset/ports/364954 QAT: https://qat.redports.org/buildarchive/r364954/ Log: - Drop .la files for print/tex-ptexenc - Bump dependent ports as .so version has changed - Also fix upgrade of dependent ports, as portrevision was not bumped after previous change Approved by: portmgr blanket Modified: head/japanese/tex-ptex/Makefile head/print/tex-ptexenc/Makefile head/print/tex-ptexenc/pkg-plist head/print/texlive-base/Makefile Modified: head/japanese/tex-ptex/Makefile ============================================================================== --- head/japanese/tex-ptex/Makefile Fri Aug 15 09:43:02 2014 (r364953) +++ head/japanese/tex-ptex/Makefile Fri Aug 15 09:52:45 2014 (r364954) @@ -2,7 +2,7 @@ PORTNAME= ptex PORTVERSION= 3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= ja-tex- Modified: head/print/tex-ptexenc/Makefile ============================================================================== --- head/print/tex-ptexenc/Makefile Fri Aug 15 09:43:02 2014 (r364953) +++ head/print/tex-ptexenc/Makefile Fri Aug 15 09:52:45 2014 (r364954) @@ -2,7 +2,7 @@ PORTNAME= ptexenc PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= tex- @@ -12,7 +12,7 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese pTeX and its tools -USES= tar:xz libtool:oldver +USES= tar:xz libtool USE_TEX= texlive kpathsea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc Modified: head/print/tex-ptexenc/pkg-plist ============================================================================== --- head/print/tex-ptexenc/pkg-plist Fri Aug 15 09:43:02 2014 (r364953) +++ head/print/tex-ptexenc/pkg-plist Fri Aug 15 09:52:45 2014 (r364954) @@ -2,6 +2,6 @@ include/ptexenc/ptexenc.h include/ptexenc/unicode.h @dirrm include/ptexenc lib/libptexenc.a -lib/libptexenc.la lib/libptexenc.so -lib/libptexenc.so.4 +lib/libptexenc.so.1 +lib/libptexenc.so.1.3.0 Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Fri Aug 15 09:43:02 2014 (r364953) +++ head/print/texlive-base/Makefile Fri Aug 15 09:52:45 2014 (r364954) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20120701 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMESUFFIX= -base
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150952.s7F9qkHh062894>