[70782] trunk/dports/net/sendfile/Portfile

jmr at macports.org jmr at macports.org
Sat Aug 21 00:39:23 PDT 2010


Revision: 70782
          http://trac.macports.org/changeset/70782
Author:   jmr at macports.org
Date:     2010-08-21 00:39:19 -0700 (Sat, 21 Aug 2010)
Log Message:
-----------
sendfile: follow upstream stealth update, and add upstream's internal revision number to version (#21214)

Modified Paths:
--------------
    trunk/dports/net/sendfile/Portfile

Modified: trunk/dports/net/sendfile/Portfile
===================================================================
--- trunk/dports/net/sendfile/Portfile	2010-08-21 06:35:57 UTC (rev 70781)
+++ trunk/dports/net/sendfile/Portfile	2010-08-21 07:39:19 UTC (rev 70782)
@@ -1,9 +1,12 @@
 # $Id$
 
 PortSystem 1.0
+
 name			sendfile
-version			2.1b
-revision		1
+# upstream doesn't change the filename for revision changes
+set up_version  2.1b
+set up_revision 20091007
+version			${up_version}-${up_revision}
 categories		net
 platforms		darwin
 maintainers		nomaintainer
@@ -18,11 +21,12 @@
 			sendmsg - a client for sending one-line text messages \
 			receive - a client for receiving spooled files
 
-dist_subdir		${name}/${version}_${revision}
+distname        ${name}-${up_version}
+dist_subdir		${name}/${version}
 master_sites		http://fex.rus.uni-stuttgart.de/download/
-checksums		md5 671cd95971c53066a9d0fa66ac04e813 \
-			sha1 3126ba04943e37dd4589edd6c5bc5d7f44ca8488 \
-			rmd160 541619db34a9dbfdd85d5d1c2fc235e426e26087
+checksums		md5 ea87edf5923f41efbe40dab5b4ef38b0 \
+			sha1 cd0ee8eb2865c3320529b45812f96805c357bc35 \
+			rmd160 2095f4252db0f15f358e969460d61f29d90e8fad
 
 patchfiles		patch-makeconfig.diff patch-sendfiled.c.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100821/89c86ffb/attachment.html>


More information about the macports-changes mailing list