[95077] trunk/dports/mail/postal

mww at macports.org mww at macports.org
Thu Jul 5 00:07:41 PDT 2012


Revision: 95077
          https://trac.macports.org/changeset/95077
Author:   mww at macports.org
Date:     2012-07-05 00:07:41 -0700 (Thu, 05 Jul 2012)
Log Message:
-----------
postal: version 0.72

Modified Paths:
--------------
    trunk/dports/mail/postal/Portfile

Added Paths:
-----------
    trunk/dports/mail/postal/files/
    trunk/dports/mail/postal/files/patch-Makefile.in.diff

Modified: trunk/dports/mail/postal/Portfile
===================================================================
--- trunk/dports/mail/postal/Portfile	2012-07-05 06:55:56 UTC (rev 95076)
+++ trunk/dports/mail/postal/Portfile	2012-07-05 07:07:41 UTC (rev 95077)
@@ -2,9 +2,10 @@
 
 PortSystem       1.0
 name             postal
-version          0.62
-extract.suffix   .tgz
+version          0.72
 categories       mail benchmarks
+platforms        darwin
+license          GPL-3
 maintainers      nomaintainer
 description      Benchmark SMTP/POP servers
 long_description \
@@ -13,7 +14,13 @@
     a list of accounts to create on your test server). Rabid \
     is the mad Biff, it is a POP benchmark.
 homepage         http://www.coker.com.au/postal/
-platforms        darwin
 master_sites     ${homepage}
-checksums        md5 4a2eb25973c4f427022414e3e433ccb5
-destroot.destdir prefix=${destroot}${prefix}
+extract.suffix      .tgz
+checksums           rmd160  d0823aafb215f4fd3c81d1365d61b039254eb436 \
+                    sha256  70d59adf8ab006a6ea389d8f276a265de743330458f5c1affb97d86bb0663bad
+
+patchfiles          patch-Makefile.in.diff
+
+depends_lib         port:gnutls
+
+configure.cxxflags-append ${configure.ldflags}

Added: trunk/dports/mail/postal/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/mail/postal/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/mail/postal/files/patch-Makefile.in.diff	2012-07-05 07:07:41 UTC (rev 95077)
@@ -0,0 +1,16 @@
+--- work/postal-0.72/Makefile.in	2010-04-16 06:08:43.000000000 +0200
++++ Makefile.in	2012-07-05 09:05:22.000000000 +0200
+@@ -10,8 +10,11 @@
+ WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual -pedantic
+ WPLUS=-Woverloaded-virtual -ffor-scope
+ 
+-CXX=@CXX@ $(CFLAGS) -O2 -g $(WFLAGS) $(WPLUS)
+-CC=@CC@ $(CFLAGS) -O2 -g $(WFLAGS)
++CXXFLAGS=@CXXFLAGS@
++CFLAGS=@CFLAGS@
++CPPFLAGS=@CPPFLAGS@
++CXX=@CXX@ $(CXXFLAGS) -g $(WFLAGS) $(WPLUS)
++CC=@CC@ $(CXXFLAGS) -g $(WFLAGS)
+ 
+ INSTALL=@INSTALL@
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120705/f403584e/attachment.html>


More information about the macports-changes mailing list