[49270] trunk/dports/devel/tpasm/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 6 05:23:57 PDT 2009


Revision: 49270
          http://trac.macports.org/changeset/49270
Author:   ryandesign at macports.org
Date:     2009-04-06 05:23:57 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
tpasm:

 * update to 1.5
 * use versioned distfile
 * add sha1 and rmd160 checksum
 * don't install a directory called "755"

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

Modified: trunk/dports/devel/tpasm/Portfile
===================================================================
--- trunk/dports/devel/tpasm/Portfile	2009-04-06 11:53:16 UTC (rev 49269)
+++ trunk/dports/devel/tpasm/Portfile	2009-04-06 12:23:57 UTC (rev 49270)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name		tpasm
-version		1.4
-revision	1
+version		1.5
 categories	devel
 platforms	darwin
 maintainers	nomaintainer
@@ -26,18 +25,18 @@
 homepage	http://www.sqrt.com/
 master_sites	ftp://ftp.ct0.com/pub/
 
-checksums	md5 9a1f6db0b045123eaaf58d73da372a9c
+checksums	md5     0ecd2d4ae7a65a04a1e5617524f1ded2 \
+		sha1    ece4cc441ba756c7731436d8c36d715752e4b5a2 \
+		rmd160  4caab689a377e70dd44ed654b5c77f163dbfed23
 
 extract.suffix	.tgz
-distfiles	${name}${extract.suffix}
 
 patchfiles	patch-6502.c
-worksrcdir	${name}${version}
+distname	${name}${version}
 
 use_configure	no
 
-destroot	{ xinstall -d 755 ${destroot}${prefix}/bin
-		  xinstall -d 755 ${destroot}${prefix}/share/doc/${name}
+destroot	{ xinstall -d ${destroot}${prefix}/share/doc/${name}
 		  xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
 		  xinstall -m 644 -W ${worksrcpath} INSTALL.TXT LICENSE.TXT MANUAL.TXT README.TXT README_AVR.TXT README_PIC.TXT ${destroot}${prefix}/share/doc/${name}
 		}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/ab264c09/attachment.html>


More information about the macports-changes mailing list