pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/xpdfopen Update xpdfopen to 0.84



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ef69ae87e61
branches:  trunk
changeset: 650635:4ef69ae87e61
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 25 10:21:27 2015 +0000

description:
Update xpdfopen to 0.84

   * pdfopen.c:  add -p option

diffstat:

 print/xpdfopen/Makefile                  |   8 ++++----
 print/xpdfopen/distinfo                  |  10 +++++-----
 print/xpdfopen/patches/patch-Makefile.in |   8 ++++----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (53 lines):

diff -r 55f934f88747 -r 4ef69ae87e61 print/xpdfopen/Makefile
--- a/print/xpdfopen/Makefile   Sat Apr 25 10:18:42 2015 +0000
+++ b/print/xpdfopen/Makefile   Sat Apr 25 10:21:27 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2013/12/12 04:21:28 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/25 10:21:27 markd Exp $
 
-DISTNAME=      texlive-20130530-source
-PKGNAME=       xpdfopen-0.83
+DISTNAME=      texlive-20140525-source
+PKGNAME=       xpdfopen-0.84
 CATEGORIES=    print
-MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2013/
+MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2014/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r 55f934f88747 -r 4ef69ae87e61 print/xpdfopen/distinfo
--- a/print/xpdfopen/distinfo   Sat Apr 25 10:18:42 2015 +0000
+++ b/print/xpdfopen/distinfo   Sat Apr 25 10:21:27 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2013/12/12 04:21:28 minskim Exp $
+$NetBSD: distinfo,v 1.3 2015/04/25 10:21:27 markd Exp $
 
-SHA1 (texlive-20130530-source.tar.xz) = 42f0a6fa3f49435991182f14e01276b2ee3fce61
-RMD160 (texlive-20130530-source.tar.xz) = 2d779ae5de979be86a9258b224dfc15cbcd76b18
-Size (texlive-20130530-source.tar.xz) = 179963948 bytes
-SHA1 (patch-Makefile.in) = fd1de7aa7da8247bc4de99aca1f78b289ace41ef
+SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8
+RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2
+Size (texlive-20140525-source.tar.xz) = 41657688 bytes
+SHA1 (patch-Makefile.in) = d078c9c579caf1cd7400b4db588d2bef093af39b
diff -r 55f934f88747 -r 4ef69ae87e61 print/xpdfopen/patches/patch-Makefile.in
--- a/print/xpdfopen/patches/patch-Makefile.in  Sat Apr 25 10:18:42 2015 +0000
+++ b/print/xpdfopen/patches/patch-Makefile.in  Sat Apr 25 10:21:27 2015 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-Makefile.in,v 1.2 2013/12/12 04:21:28 minskim Exp $
+$NetBSD: patch-Makefile.in,v 1.3 2015/04/25 10:21:27 markd Exp $
 
---- Makefile.in.orig   2011-05-19 07:58:35.000000000 +0000
+--- Makefile.in.orig   2014-05-17 10:46:00.000000000 +0000
 +++ Makefile.in
-@@ -208,7 +208,7 @@ top_srcdir = @top_srcdir@
+@@ -311,7 +311,7 @@ top_srcdir = @top_srcdir@
  ACLOCAL_AMFLAGS = -I ../../m4
  AM_CPPFLAGS = $(X_CFLAGS)
  AM_CFLAGS = $(WARNING_CFLAGS)
 -LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
 +LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)
- common_sources = sendx.c sendx.h utils.c utils.h xpdfopen.h
+ common_sources = externs.h sendx.c sendx.h utils.c utils.h xpdfopen.h
  pdfopen_SOURCES = pdfopen.c $(common_sources)
  pdfclose_SOURCES = pdfclose.c $(common_sources)



Home | Main Index | Thread Index | Old Index