diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-16 21:28:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-16 21:28:43 +0000 |
commit | 28b3ff7a407f3c090d0f07227ccd7326173f3ca4 (patch) | |
tree | 9edcb99829516c2ed405e92db252cca7f7fbad27 /print/podofo/Makefile | |
parent | c977e3cef80b2e02f91a4ff44515a556fddbfd0a (diff) | |
download | pkgsrc-28b3ff7a407f3c090d0f07227ccd7326173f3ca4.tar.gz |
Merge two patches already upstream:
- use a more compact encoding for reals by dropping trailing zeros after
the decimal point.
- ensure the BaseFont property of the standard PS fonts is preserved.
Bump revision.
Diffstat (limited to 'print/podofo/Makefile')
-rw-r--r-- | print/podofo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/podofo/Makefile b/print/podofo/Makefile index fb04837beb9..637398dd1cf 100644 --- a/print/podofo/Makefile +++ b/print/podofo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2013/07/05 21:12:45 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2013/07/16 21:28:43 joerg Exp $ # DISTNAME= podofo-0.9.2 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=podofo/} |