diff options
author | minskim <minskim> | 2012-07-10 22:33:54 +0000 |
---|---|---|
committer | minskim <minskim> | 2012-07-10 22:33:54 +0000 |
commit | 079cecda1f8312061f9c86e68d052695909c50f0 (patch) | |
tree | e76a90018f1b47d17ccd3cde73685ffdb44b6225 | |
parent | 13ba07400e31fa03b8413ddf1346356fa95cc679 (diff) | |
download | pkgsrc-079cecda1f8312061f9c86e68d052695909c50f0.tar.gz |
Update ptexenc to 1.3.0.
Major changes:
- Support for upTeX and e-upTeX.
-rw-r--r-- | print/ptexenc/Makefile | 8 | ||||
-rw-r--r-- | print/ptexenc/distinfo | 9 | ||||
-rw-r--r-- | print/ptexenc/patches/patch-Makefile.in | 13 |
3 files changed, 8 insertions, 22 deletions
diff --git a/print/ptexenc/Makefile b/print/ptexenc/Makefile index a050f37a5cc..33df696dcd9 100644 --- a/print/ptexenc/Makefile +++ b/print/ptexenc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2011/07/28 04:30:04 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2012/07/10 22:33:54 minskim Exp $ -DISTNAME= texlive-20110705-source -PKGNAME= ptexenc-1.2.0 +DISTNAME= texlive-20120701-source +PKGNAME= ptexenc-1.3.0 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org diff --git a/print/ptexenc/distinfo b/print/ptexenc/distinfo index bdab55eb974..52eeccc767a 100644 --- a/print/ptexenc/distinfo +++ b/print/ptexenc/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/07/28 04:30:04 minskim Exp $ +$NetBSD: distinfo,v 1.3 2012/07/10 22:33:54 minskim Exp $ -SHA1 (texlive-20110705-source.tar.xz) = 7a47cfe847801c86c98da8ade181baf97339f6e4 -RMD160 (texlive-20110705-source.tar.xz) = fbcad494cc4717a0238ab2624f259270fce9332b -Size (texlive-20110705-source.tar.xz) = 131207904 bytes -SHA1 (patch-Makefile.in) = f6f66d45ca7e8b86ec919cb4ee210244574116f3 +SHA1 (texlive-20120701-source.tar.xz) = e41ef31eba27891f3434e01638d3559cc6958016 +RMD160 (texlive-20120701-source.tar.xz) = df09b657919a3f203309645028803098f52bbac9 +Size (texlive-20120701-source.tar.xz) = 131904044 bytes diff --git a/print/ptexenc/patches/patch-Makefile.in b/print/ptexenc/patches/patch-Makefile.in deleted file mode 100644 index 80546cca310..00000000000 --- a/print/ptexenc/patches/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.1 2011/07/28 04:30:04 minskim Exp $ - ---- Makefile.in.orig 2011-01-12 10:43:40.000000000 +0000 -+++ Makefile.in -@@ -358,7 +358,7 @@ clean-libLTLIBRARIES: - rm -f "$${dir}/so_locations"; \ - done - libptexenc.la: $(libptexenc_la_OBJECTS) $(libptexenc_la_DEPENDENCIES) -- $(libptexenc_la_LINK) -rpath $(libdir) $(libptexenc_la_OBJECTS) $(libptexenc_la_LIBADD) $(LIBS) -+ $(libptexenc_la_LINK) -rpath $(libdir) $(libptexenc_la_OBJECTS) $(libptexenc_la_LIBADD) $(LIBS) $(KPATHSEA_LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) |