[98864] trunk/dports/devel/zmq/Portfile

cal at macports.org cal at macports.org
Thu Oct 18 18:20:18 PDT 2012


Revision: 98864
          http://trac.macports.org//changeset/98864
Author:   cal at macports.org
Date:     2012-10-18 18:20:18 -0700 (Thu, 18 Oct 2012)
Log Message:
-----------
zmq: fix version

Modified Paths:
--------------
    trunk/dports/devel/zmq/Portfile

Modified: trunk/dports/devel/zmq/Portfile
===================================================================
--- trunk/dports/devel/zmq/Portfile	2012-10-19 00:41:57 UTC (rev 98863)
+++ trunk/dports/devel/zmq/Portfile	2012-10-19 01:20:18 UTC (rev 98864)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,6 +4,5 @@
 
 name                zmq
-version             3.2.0
-revision            0
+version             3.2.0-rc1
 categories          devel net
 license             LGPL-3+
@@ -23,8 +23,8 @@
 homepage            http://www.zeromq.org/
 master_sites        http://download.zeromq.org/
 
-distname            zeromq-${version}
-distfiles           zeromq-${version}-rc1.tar.gz
+distname            zeromq-3.2.0
+distfiles           zeromq-${version}.tar.gz
 
 checksums           rmd160  b434bd5c3baee1764c456e9c5c0f8ff83c9d7eea \
                     sha256  6418523f281f618b9da677b8b640c158049a4f7e6f9f391909101b242e4cc991
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121018/a03b0b51/attachment.html>


More information about the macports-changes mailing list