Revision
72763
Author
ryandesign@macports.org
Date
2010-10-25 16:49:53 -0700 (Mon, 25 Oct 2010)

Log Message

libhsplasma: update to 748

Modified Paths

Diff

Modified: users/ryandesign/ports/devel/libhsplasma/Portfile (72762 => 72763)


--- users/ryandesign/ports/devel/libhsplasma/Portfile	2010-10-25 23:49:28 UTC (rev 72762)
+++ users/ryandesign/ports/devel/libhsplasma/Portfile	2010-10-25 23:49:53 UTC (rev 72763)
@@ -5,7 +5,7 @@
 PortGroup                   cmake 1.0
 
 name                        libhsplasma
-version                     0.0-722
+version                     0.0-748
 categories                  devel
 platforms                   darwin
 maintainers                 ryandesign
@@ -21,14 +21,15 @@
 
 fetch.type                  hg
 hg.url                      http://uru.zrax.net/hg/libhsplasma
-hg.tag                      ab04914fbe8a
+hg.tag                      02867535a2ad
 
 depends_lib                 port:zlib \
                             port:jpeg \
                             port:openssl \
                             port:python26
 
-patchfiles                  patch-endian.diff
+# half of patch-endian doesn't apply anymore following rewritten upstream net code
+#patchfiles                  patch-endian.diff
 
 configure.args-append       -DDISABLE_PYTHON:BOOL=OFF \
                             -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python2.6 \