diff options
-rw-r--r-- | japanese/tex-ptex/Makefile | 2 | ||||
-rw-r--r-- | print/tex-ptexenc/Makefile | 4 | ||||
-rw-r--r-- | print/tex-ptexenc/pkg-plist | 4 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/japanese/tex-ptex/Makefile b/japanese/tex-ptex/Makefile index 6c84adc438ad..c3c3cbfc6055 100644 --- a/japanese/tex-ptex/Makefile +++ b/japanese/tex-ptex/Makefile @@ -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- diff --git a/print/tex-ptexenc/Makefile b/print/tex-ptexenc/Makefile index 2f7469ff4126..de13d5e4a1fb 100644 --- a/print/tex-ptexenc/Makefile +++ b/print/tex-ptexenc/Makefile @@ -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 diff --git a/print/tex-ptexenc/pkg-plist b/print/tex-ptexenc/pkg-plist index 4fa950f8ccfe..8b7199193711 100644 --- a/print/tex-ptexenc/pkg-plist +++ b/print/tex-ptexenc/pkg-plist @@ -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 diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 707aed1d476c..b81cfe28a188 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -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 |