mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
print/libpaper: Update to 1.1.28
Changelog: http://metadata.ftp-master.debian.org/changelogs/main/libp/libpaper/unstable_changelog Approved by: arrowd (mentor), maintainer timeout (3+ weeks) Differential Revision: https://reviews.freebsd.org/D32809
This commit is contained in:
parent
b842263427
commit
39d7b78554
@ -1,20 +1,22 @@
|
|||||||
# Created by: lofi@FreeBSD.org
|
# Created by: lofi@FreeBSD.org
|
||||||
|
|
||||||
PORTNAME= libpaper
|
PORTNAME= libpaper
|
||||||
PORTVERSION= 1.1.24.4
|
DISTVERSION= 1.1.28
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= DEBIAN
|
MASTER_SITES= DEBIAN
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION:C/.([0-9]+)$/+nmu\1/}
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
|
||||||
MAINTAINER= hrs@FreeBSD.org
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
COMMENT= Library providing routines for paper size management
|
COMMENT= Library providing routines for paper size management
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= libtool
|
USES= autoreconf libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/+nmu\1/}
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
SHA256 (libpaper_1.1.24+nmu4.tar.gz) = 2491fce3f590d922d2d3070555df4425921b89c76a18e1c62e36336d6657526a
|
TIMESTAMP = 1635880419
|
||||||
SIZE (libpaper_1.1.24+nmu4.tar.gz) = 370195
|
SHA256 (libpaper_1.1.28.tar.gz) = c8bb946ec93d3c2c72bbb1d7257e90172a22a44a07a07fb6b802a5bb2c95fddc
|
||||||
|
SIZE (libpaper_1.1.28.tar.gz) = 42356
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--- lib/Makefile.in.orig 2014-04-10 22:56:38.000000000 +0900
|
--- lib/Makefile.am.orig 2021-11-02 19:21:38 UTC
|
||||||
+++ lib/Makefile.in 2014-08-30 23:40:33.000000000 +0900
|
+++ lib/Makefile.am
|
||||||
@@ -678,14 +678,14 @@
|
@@ -11,11 +11,11 @@ include_HEADERS = paper.h
|
||||||
|
EXTRA_DIST = paperspecs
|
||||||
|
|
||||||
paperspecs.h: paperspecs Makefile
|
paperspecs.h: paperspecs Makefile
|
||||||
- echo ' /* This file has been automaticaly generated.' >$@
|
- echo ' /* This file has been automaticaly generated.' >$@
|
||||||
@ -14,6 +14,3 @@
|
|||||||
printf(" { \"%s\", %5f, %5f },\n", \
|
printf(" { \"%s\", %5f, %5f },\n", \
|
||||||
- $$1, $$2 * factor, $$3 * factor); }' < $< >> $@
|
- $$1, $$2 * factor, $$3 * factor); }' < $< >> $@
|
||||||
+ $$1, $$2 * factor, $$3 * factor); }' < paperspecs >> $@
|
+ $$1, $$2 * factor, $$3 * factor); }' < paperspecs >> $@
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user