[83200] trunk/dports/net/pidgin-encryption/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 27 17:55:45 PDT 2011


Revision: 83200
          http://trac.macports.org/changeset/83200
Author:   ryandesign at macports.org
Date:     2011-08-27 17:55:41 -0700 (Sat, 27 Aug 2011)
Log Message:
-----------
pidgin-encryption: update to 3.1, update master_sites and livecheck, disable universal variant; see #30791

Modified Paths:
--------------
    trunk/dports/net/pidgin-encryption/Portfile

Modified: trunk/dports/net/pidgin-encryption/Portfile
===================================================================
--- trunk/dports/net/pidgin-encryption/Portfile	2011-08-27 23:12:34 UTC (rev 83199)
+++ trunk/dports/net/pidgin-encryption/Portfile	2011-08-28 00:55:41 UTC (rev 83200)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 
 name		pidgin-encryption
-version		3.0
+version         3.1
 categories	net
 maintainers	reifferscheid.org:rsync
 description	Pidgin encryption plugin
@@ -16,15 +16,22 @@
 		--with-nspr-libs=${prefix}/lib/nspr
 
 homepage	http://pidgin-encrypt.sourceforge.net/
+master_sites    sourceforge:project/pidgin-encrypt/Releases/${version}
+
 platforms       darwin
-master_sites	http://downloads.sourceforge.net/pidgin-encrypt/
-checksums	md5 3f3f8e9a15d19e084d54bfbbd2db9d77 \
-		sha1 bccad1c4ac0bec12e6837324f543ea60530d0761
 
+checksums       rmd160  b539075adf90b9edf8a204c2669661aa525cfc7b \
+                sha256  940cdafdce59ece60193626ed04ebf94e2671df184b88c9ff1792e9e0f99cdab
+
+# nss is not universal
+universal_variant no
+
 build.target
 
 destroot {
         xinstall -m 755 -d ${destroot}${prefix}/lib/pidgin/
-        eval xinstall -m 755 ${worksrcpath}/.libs/encrypt.so ${destroot}${prefix}/lib/pidgin/
-        eval xinstall -m 755 ${worksrcpath}/.libs/encrypt.la ${destroot}${prefix}/lib/pidgin/
+        xinstall -m 755 -W ${worksrcpath}/.libs encrypt.so encrypt.la ${destroot}${prefix}/lib/pidgin/
 }
+
+livecheck.type  sourceforge
+livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110827/4e985020/attachment.html>


More information about the macports-changes mailing list