Opened 17 years ago
Last modified 9 years ago
#12363 closed update
UPDATE: textproc/lout to 3.36 — at Initial Version
Reported by: | ggreif@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | lout |
Description
no more patches needed for 3.36 any more.
here is the svn diff:
Index: Portfile =================================================================== --- Portfile (Revision 27313) +++ Portfile (Arbeitskopie) @@ -1,8 +1,7 @@
# $Id$ PortSystem 1.0 name lout
-version 3.35 -revision 1 +version 3.36
categories textproc platforms darwin freebsd maintainers gmail.com:ggreif
@@ -14,12 +13,10 @@
homepage http://lout.sourceforge.net/ master_sites ftp://ftp.it.usyd.edu.au/jeff/lout/
-checksums md5 a7b7200b4f6277db9e4e211c78475c8a \
+checksums md5 9fb418e5db4cb242f7ab1c6e8c59a1c2 \ + sha1 f3c566a438b66688d13d20b9608ca30cf7b84288 \ + rmd160 ccf64b1eb730e061d1c0437741d9cd94d5ff7d61 -patchfiles patch-haskellf.diff patch-prg2lout.c.diff -
use_configure no
build.args PREFIX=${prefix}
I am attaching it too.
Somebody might remove the files directory or just the contained patchfiles:
from #macports: gabor_: style question: if I do not need patch files any more, should I remove them from the "files" directory of my port? Or should I just delete the corresponding lines from the portfile? What about deleting the files directory altogether if no patch files are needed any more?
feel free to "svn rm files"