pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/libpaper libpaper: update to 1.1.26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c77d42be96e
branches:  trunk
changeset: 329705:7c77d42be96e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 13 20:21:37 2019 +0000

description:
libpaper: update to 1.1.26.

Changes not found.

diffstat:

 print/libpaper/Makefile |  12 ++++++++----
 print/libpaper/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r bb2629bdba77 -r 7c77d42be96e print/libpaper/Makefile
--- a/print/libpaper/Makefile   Wed Feb 13 20:19:14 2019 +0000
+++ b/print/libpaper/Makefile   Wed Feb 13 20:21:37 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2012/10/08 13:45:41 asau Exp $
-#
+# $NetBSD: Makefile,v 1.10 2019/02/13 20:21:37 wiz Exp $
 
-DISTNAME=      libpaper_1.1.24
+DISTNAME=      libpaper_1.1.26
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/libp/libpaper/}
@@ -9,12 +8,13 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://packages.debian.org/unstable/libs/libpaper1
 COMMENT=       Paper size handling library
+LICENSE=       gnu-gpl-v2
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            autoconf automake gmake
 
 EGDIR=                 ${PREFIX}/share/examples/libpaper
 CONF_FILES=            ${EGDIR}/papersize ${PKG_SYSCONFDIR}/papersize
@@ -23,6 +23,10 @@
 
 .include "../../devel/libgetopt/buildlink3.mk"
 
+# missing generated files in 1.1.26 tarball
+pre-configure:
+       cd ${WRKSRC} && autoreconf -fiv
+
 post-build:
        PAPERCONF=${WRKDIR}/papersize PATH=${WRKSRC}/src:$${PATH} ${SH} \
            ${WRKSRC}/src/paperconfig -p ${PAPERSIZE}
diff -r bb2629bdba77 -r 7c77d42be96e print/libpaper/distinfo
--- a/print/libpaper/distinfo   Wed Feb 13 20:19:14 2019 +0000
+++ b/print/libpaper/distinfo   Wed Feb 13 20:21:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 01:01:35 agc Exp $
+$NetBSD: distinfo,v 1.8 2019/02/13 20:21:37 wiz Exp $
 
-SHA1 (libpaper_1.1.24.tar.gz) = 6927f75d126373d32d89751d2a7fe3e99cc9b4a1
-RMD160 (libpaper_1.1.24.tar.gz) = 12e7234616bfe648337381c7c07e7de7bcfbea28
-SHA512 (libpaper_1.1.24.tar.gz) = f90816723dafa9ce0aef652e027b13174d2430208003d3715d6f96226130bc66cfc36465f1a5a3f855697708c389f219b964a5534a64a8c98ac53662040df67b
-Size (libpaper_1.1.24.tar.gz) = 355272 bytes
+SHA1 (libpaper_1.1.26.tar.gz) = eb8b0b0c5f6c526911f56158a6a8cd98bc6a6089
+RMD160 (libpaper_1.1.26.tar.gz) = b2650ec593455916fc8fa635e1bcbeb485f26e74
+SHA512 (libpaper_1.1.26.tar.gz) = 6c54d28004c2dc95cfcc58467026d87b1590d35c9acf09d85568be0c558a04c183e0657afe3278dc894825428372ae60ccf417ece955b7d358fd9ce7b3d78b76
+Size (libpaper_1.1.26.tar.gz) = 42304 bytes



Home | Main Index | Thread Index | Old Index