[62354] trunk/dports/sysutils/screen/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 4 16:55:48 PST 2010


Revision: 62354
          http://trac.macports.org/changeset/62354
Author:   ryandesign at macports.org
Date:     2010-01-04 16:55:47 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
screen: specify the master_sites and checksums for vproc_priv.h just once

Modified Paths:
--------------
    trunk/dports/sysutils/screen/Portfile

Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile	2010-01-05 00:54:34 UTC (rev 62353)
+++ trunk/dports/sysutils/screen/Portfile	2010-01-05 00:55:47 UTC (rev 62354)
@@ -20,14 +20,16 @@
 maintainers     digdog
 master_sites    http://fresh.t-systems-sfr.com/unix/src/misc/ \
                 ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
-                http://www.cis.nctu.edu.tw/~is85005/dports/screen/:encoding
+                http://www.cis.nctu.edu.tw/~is85005/dports/screen/:encoding \
+                http://www.cis.nctu.edu.tw/~is85005/dports/screen/r23776/:launchd_priv_header
 
 # The file '18' above is a fix for UTF8-to-Big5HKSCS encoding translation.
 # Reference: http://freebsd.sinica.edu.tw/~statue/index.php?file=20020513
 distfiles-append 18:encoding
 
 checksums       ${distname}${extract.suffix} md5 8506fd205028a96c741e4037de6e3c42 \
-                18 md5 e5c53546a5c4968bd7e807c88e6b2198
+                18 md5 e5c53546a5c4968bd7e807c88e6b2198 \
+                vproc_priv.h md5 50800817fa688e7e6ae379cd599f15ca
 patchfiles      patch-maxargs patch-windowsize patch-wrp_vertical_split patch-Makefile.in
 depends_lib     port:ncurses
 
@@ -56,9 +58,7 @@
     # These patches are based on http://www.opensource.apple.com/darwinsource/10.5.6/screen-12/patches/
     # The vproc_priv.h is the private header from launchd, used in Apple's 10.5 screen patches
     # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776 
-    master_sites-append http://www.cis.nctu.edu.tw/~is85005/dports/screen/r23776/:launchd_priv_header
     distfiles-append    vproc_priv.h:launchd_priv_header
-    checksums-append    vproc_priv.h md5 50800817fa688e7e6ae379cd599f15ca
     post-extract        { file copy ${distpath}/vproc_priv.h ${worksrcpath} }
     patchfiles-append   patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c
 }
@@ -67,9 +67,7 @@
     # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/
     # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches
     # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776 
-    master_sites-append http://www.cis.nctu.edu.tw/~is85005/dports/screen/r23776/:launchd_priv_header
     distfiles-append    vproc_priv.h:launchd_priv_header
-    checksums-append    vproc_priv.h md5 50800817fa688e7e6ae379cd599f15ca
     post-extract        { file copy ${distpath}/vproc_priv.h ${worksrcpath} }
     patchfiles-append   patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c patch-process.c
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100104/f4b69d0e/attachment.html>


More information about the macports-changes mailing list