[134371] trunk/dports/games/wtf/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 23 14:08:27 PDT 2015


Revision: 134371
          https://trac.macports.org/changeset/134371
Author:   jmr at macports.org
Date:     2015-03-23 14:08:27 -0700 (Mon, 23 Mar 2015)
Log Message:
-----------
wtf: update to 20150206

Modified Paths:
--------------
    trunk/dports/games/wtf/Portfile

Modified: trunk/dports/games/wtf/Portfile
===================================================================
--- trunk/dports/games/wtf/Portfile	2015-03-23 20:57:24 UTC (rev 134370)
+++ trunk/dports/games/wtf/Portfile	2015-03-23 21:08:27 UTC (rev 134371)
@@ -4,21 +4,19 @@
 PortSystem 1.0
 
 name        wtf
-version     20130810
-revision    1
+version     20150206
 categories  games
 license     public-domain
 maintainers nomaintainer
 description translates common Internet acronyms
-long_description    "${description}"
+long_description    ${description}
 platforms   darwin freebsd
 supported_archs noarch
 
 homepage    http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wtf/
-master_sites     freebsd
-checksums           md5     733073784edcc414555a8d9f90069300 \
-                    sha1    9ca3e9264941273fc21744f861e583e79899a2ee \
-                    rmd160  ef034174b93a52c591c225098f90bf69adb667e4
+master_sites     sourceforge:project/bsdwtf
+checksums           rmd160 d5170370f5a15c2dfa2500f0bc7bac98b0adf068 \
+                    sha256 bc60c96c68508f3449b74553dcb1f8a6fb61ee730899365a0a6f44ba72447785
 
 use_configure	no
 
@@ -27,8 +25,8 @@
 }
 
 destroot {
-    xinstall -m 755 -W ${worksrcpath} wtf ${destroot}${prefix}/bin
-    xinstall -m 444 -W ${worksrcpath} wtf.6 ${destroot}${prefix}/share/man/man6
+    xinstall ${worksrcpath}/wtf ${destroot}${prefix}/bin
+    xinstall -m 444 ${worksrcpath}/wtf.6 ${destroot}${prefix}/share/man/man6
 
     xinstall -d ${destroot}${prefix}/share/misc
     xinstall -m 444 -W ${worksrcpath} acronyms acronyms.comp ${destroot}${prefix}/share/misc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150323/1d88d093/attachment.html>


More information about the macports-changes mailing list