pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/libpaper Update to libpaper-1.1.23 due to missin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6ae67f03e81
branches:  trunk
changeset: 539574:a6ae67f03e81
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 08 14:20:12 2008 +0000

description:
Update to libpaper-1.1.23 due to missing distfile (asked by joerg@)

Changes:
* Use defaultpapername() if systempapername() fails, as suggested
  in lib/paper.h. This makes paperconf return a default papersize
  instead of failing if /etc/papersize doesn't exist.
  Closes: #376346.
* Added hungarian translation: Closes: #433726.

diffstat:

 print/libpaper/Makefile |  16 ++++++++--------
 print/libpaper/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (47 lines):

diff -r ddd03d4f6b33 -r a6ae67f03e81 print/libpaper/Makefile
--- a/print/libpaper/Makefile   Sat Mar 08 14:10:43 2008 +0000
+++ b/print/libpaper/Makefile   Sat Mar 08 14:20:12 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/03/08 13:58:09 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/03/08 14:20:12 tnn Exp $
 #
 
-DISTNAME=      libpaper_1.1.22
-PKGNAME=       libpaper-1.1.22
+DISTNAME=      libpaper_1.1.23
+PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/libp/libpaper/}
 
@@ -12,11 +12,11 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-WRKSRC=                ${WRKDIR}/libpaper-1.1.22
-GNU_CONFIGURE= yes
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake
-FILES_SUBST+=  PAPERSIZE=${PAPERSIZE}
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake
+FILES_SUBST+=          PAPERSIZE=${PAPERSIZE}
 
 .include "../../mk/bsd.pkg.mk"
diff -r ddd03d4f6b33 -r a6ae67f03e81 print/libpaper/distinfo
--- a/print/libpaper/distinfo   Sat Mar 08 14:10:43 2008 +0000
+++ b/print/libpaper/distinfo   Sat Mar 08 14:20:12 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/09/14 11:21:43 joerg Exp $
+$NetBSD: distinfo,v 1.3 2008/03/08 14:20:12 tnn Exp $
 
-SHA1 (libpaper_1.1.22.tar.gz) = b811b432b25ae699c5ea5583841703460f793b88
-RMD160 (libpaper_1.1.22.tar.gz) = c889d2cdd843f3ce9e553369c82a292208789b1b
-Size (libpaper_1.1.22.tar.gz) = 351106 bytes
+SHA1 (libpaper_1.1.23.tar.gz) = e1c03fc0fa708cafe12d00a120685ef566100468
+RMD160 (libpaper_1.1.23.tar.gz) = bf407f5e75348abde5b7d3d3c8e2ea695de46cd7
+Size (libpaper_1.1.23.tar.gz) = 351153 bytes
 SHA1 (patch-aa) = 389af838d6d1d532227b63fb1cf93bbb889d4abd
 SHA1 (patch-ab) = 2d62d160c7f64b1ab4d12bf38632fcf433f4dd4c



Home | Main Index | Thread Index | Old Index