[72388] trunk/dports/print/libpaper

takanori at macports.org takanori at macports.org
Tue Oct 12 11:49:26 PDT 2010


Revision: 72388
          http://trac.macports.org/changeset/72388
Author:   takanori at macports.org
Date:     2010-10-12 11:49:23 -0700 (Tue, 12 Oct 2010)
Log Message:
-----------
libpaper: version bump to 1.1.24

Modified Paths:
--------------
    trunk/dports/print/libpaper/Portfile

Removed Paths:
-------------
    trunk/dports/print/libpaper/files/patch-Makefile.in.diff
    trunk/dports/print/libpaper/files/patch-paper.c.diff
    trunk/dports/print/libpaper/files/patch-paperconf.c.diff

Modified: trunk/dports/print/libpaper/Portfile
===================================================================
--- trunk/dports/print/libpaper/Portfile	2010-10-12 18:16:23 UTC (rev 72387)
+++ trunk/dports/print/libpaper/Portfile	2010-10-12 18:49:23 UTC (rev 72388)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            libpaper
-version         1.1.23-nmu2
-set my_version  [strsed ${version} g/-/+/]
+version         1.1.24
 categories      print
 maintainers     nomaintainer
 platforms       darwin
@@ -18,15 +17,12 @@
 homepage        http://packages.qa.debian.org/libp/libpaper.html
 master_sites    debian:libp/${name}/
 
-distname        ${name}_${my_version}
-worksrcdir      ${name}-${my_version}
+distname        ${name}_${version}
+worksrcdir      ${name}-${version}
 
-checksums       sha1    4767d4a76fa2e5c77b98e9f7866c3fb5aac6c158 \
-                rmd160  564b73752c01cc1f7d56cb7e54388e90d6f3aa4a
+checksums       rmd160  12e7234616bfe648337381c7c07e7de7bcfbea28
 
-patchfiles      patch-paper.c.diff  \
-                patch-paperconf.c.diff  \
-                patch-Makefile.in.diff
+patchfiles      patch-lib_Makefile.in.diff
 
 post-patch {
     set fd [open [file join ${worksrcpath}/lib paperspecs] a 0644]
@@ -47,5 +43,4 @@
                 --sysconfdir=${prefix}/etc
 
 livecheck.type      regex
-livecheck.version   ${my_version}
 livecheck.regex     {"stable">([^<]+)}

Deleted: trunk/dports/print/libpaper/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/print/libpaper/files/patch-Makefile.in.diff	2010-10-12 18:16:23 UTC (rev 72387)
+++ trunk/dports/print/libpaper/files/patch-Makefile.in.diff	2010-10-12 18:49:23 UTC (rev 72388)
@@ -1,11 +0,0 @@
---- lib/Makefile.in.sav	Tue Feb 22 10:19:05 2005
-+++ lib/Makefile.in	Tue Feb 22 10:20:05 2005
-@@ -543,7 +543,7 @@
- 	       if ($$4 == "mm") factor = 72.0 / 25.4; \
- 	       if ($$4 == "in") factor = 72.0; \
- 	       printf("    { \"%s\", %5f, %5f },\n", \
--		      $$1, $$2 * factor, $$3 * factor); }' < $< >> $@
-+		      $$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.
- .NOEXPORT:

Deleted: trunk/dports/print/libpaper/files/patch-paper.c.diff
===================================================================
--- trunk/dports/print/libpaper/files/patch-paper.c.diff	2010-10-12 18:16:23 UTC (rev 72387)
+++ trunk/dports/print/libpaper/files/patch-paper.c.diff	2010-10-12 18:49:23 UTC (rev 72388)
@@ -1,10 +0,0 @@
---- lib/paper.c.sav	Tue Feb 22 10:03:44 2005
-+++ lib/paper.c	Tue Feb 22 10:03:55 2005
-@@ -14,7 +14,6 @@
- #include <sys/stat.h>
- 
- #include <stdio.h>
--#include <malloc.h>
- #include <string.h>
- #include <ctype.h>
- 

Deleted: trunk/dports/print/libpaper/files/patch-paperconf.c.diff
===================================================================
--- trunk/dports/print/libpaper/files/patch-paperconf.c.diff	2010-10-12 18:16:23 UTC (rev 72387)
+++ trunk/dports/print/libpaper/files/patch-paperconf.c.diff	2010-10-12 18:49:23 UTC (rev 72388)
@@ -1,10 +0,0 @@
---- src/paperconf.c.org	2004-10-23 13:53:15.000000000 +0400
-+++ src/paperconf.c	2005-09-16 23:18:59.000000000 +0400
-@@ -10,6 +10,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <errno.h>
-+#include <stdlib.h>
- 
- #include <paper.h>
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101012/dd3dc16c/attachment.html>


More information about the macports-changes mailing list