[27186] trunk/dports/print/mpage

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 23 16:01:34 PDT 2007


Revision: 27186
          http://trac.macosforge.org/projects/macports/changeset/27186
Author:   markd at macports.org
Date:     2007-07-23 16:01:34 -0700 (Mon, 23 Jul 2007)

Log Message:
-----------
Update to 2.5.5 to fix missing tarball.

Modified Paths:
--------------
    trunk/dports/print/mpage/Portfile
    trunk/dports/print/mpage/files/patch-Makefile

Removed Paths:
-------------
    trunk/dports/print/mpage/files/patch-mpage.h

Modified: trunk/dports/print/mpage/Portfile
===================================================================
--- trunk/dports/print/mpage/Portfile	2007-07-23 21:44:23 UTC (rev 27185)
+++ trunk/dports/print/mpage/Portfile	2007-07-23 23:01:34 UTC (rev 27186)
@@ -2,7 +2,7 @@
 
 PortSystem			1.0
 name				mpage
-version				2.5.4
+version				2.5.5
 categories			print
 maintainers			nomaintainer at macports.org
 description			Print several pages on a single sheet of paper
@@ -11,14 +11,15 @@
 platforms			darwin sunos
 
 homepage			http://www.mesa.nl/pub/mpage/
-master_sites		${homepage}
+master_sites		${homepage} \
+				${homepage}/old
 extract.suffix		.tgz
 
-checksums			md5 c14d58e24e7fdebe0c9eeb57ef1895f4 \
-					sha1 5e734f8e4d5992fa79e358653c9f72a59fc530b2 \
-					rmd160 87c58c4d243efe5790c0240b17130382e705fadc
+checksums			md5 0caccc549b3f9e8d8af465023b264a49 \
+					sha1 5c53a31c2dc40c867ba1ca31e9912c99c90f3e74 \
+					rmd160 35c1acb0889f952c42eee52d013fb78dceb9db66
 
-patchfiles			patch-Makefile patch-mpage.h
+patchfiles			patch-Makefile
 
 use_configure		no
 
@@ -31,4 +32,3 @@
 	build.args-delete	PAGESIZE=Letter
 	build.args-append	PAGESIZE=A4
 }
-

Modified: trunk/dports/print/mpage/files/patch-Makefile
===================================================================
--- trunk/dports/print/mpage/files/patch-Makefile	2007-07-23 21:44:23 UTC (rev 27185)
+++ trunk/dports/print/mpage/files/patch-Makefile	2007-07-23 23:01:34 UTC (rev 27186)
@@ -1,14 +1,6 @@
---- Makefile.orig	2004-05-30 13:38:31.000000000 -0600
-+++ Makefile	2006-08-04 00:38:08.000000000 -0600
-@@ -75,6 +75,7 @@
- 
- DEFS = -DPAGE_DEF=\"${PAGESIZE}\" -DLIBDIR=\"${LIBDIR}/mpage\" -DDEFAULT_ENCODING=${ENCODING} -DDEFAULT_DUPLEX=${DEFAULT_DUPLEX} -DDEFAULTSMARGIN=${SHEETMARGIN} -DSPOOLER=${SPOOL_TYPE} # -DKANJI
- 
-+DESTDIR=
- 
- ############################################################################
- #
-@@ -178,10 +179,10 @@
+--- Makefile.org	2004-05-30 12:38:31.000000000 -0700
++++ Makefile	2007-07-23 15:48:19.000000000 -0700
+@@ -178,10 +178,10 @@
  # add your proper install stuff
  #
  install:

Deleted: trunk/dports/print/mpage/files/patch-mpage.h
===================================================================
--- trunk/dports/print/mpage/files/patch-mpage.h	2007-07-23 21:44:23 UTC (rev 27185)
+++ trunk/dports/print/mpage/files/patch-mpage.h	2007-07-23 23:01:34 UTC (rev 27186)
@@ -1,36 +0,0 @@
---- mpage.h.orig	2004-05-30 13:41:43.000000000 -0600
-+++ mpage.h	2006-08-04 00:39:09.000000000 -0600
-@@ -167,6 +167,16 @@
- # define	PS_FLAG2	"-Adobe-"
- 
- /*
-+ * Structure to describe a physical piece of paper, e.g. A4 or Letter
-+ */
-+struct page_desc {
-+    char *media;
-+    int width;
-+    int height;
-+};
-+    
-+
-+/*
-  * some basic PS parameters
-  */
- extern int ps_width;	/* number of points in the X direction (8.5 inches) */
-@@ -213,16 +223,6 @@
- };
- 
- 
--/*
-- * Structure to describe a physical piece of paper, e.g. A4 or Letter
-- */
--struct page_desc {
--    char *media;
--    int width;
--    int height;
--};
--    
--
- /* array of sheets where pages are ordered for coli ??? */
- extern struct sheet coli[];
- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070723/cb2efe32/attachment.html


More information about the macports-changes mailing list