Chase the repack of version 0.4: My tiny patch integrated,

unwanted object files removed.
This commit is contained in:
Akinori MUSHA 2001-04-13 15:12:30 +00:00
parent bb1848dae9
commit 6386e5119a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41342
3 changed files with 2 additions and 15 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= sdl
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= devel graphics audio ruby
MASTER_SITES= http://www.kmc.kyoto-u.ac.jp/~ohai/rubysdl/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -35,9 +36,6 @@ RD_DOCS_JA= rubysdl_doc.rd
DOCS_EN= README.en ${RD_DOCS_EN} ${RD_DOCS_EN:S/.rd$/.html/}
DOCS_JA= README.ja ${RD_DOCS_JA} ${RD_DOCS_JA:S/.rd$/.html/}
post-extract:
${RM} ${WRKSRC}/*.o ${WRKSRC}/*.so
post-build:
.if !defined(NOPORTDOCS)
.for f in ${RD_DOCS_EN} ${RD_DOCS_JA}

View File

@ -1 +1 @@
MD5 (ruby/rubysdl-0.4.tar.gz) = fd8f3765a84d7c880f33d0d83d14ecb9
MD5 (ruby/rubysdl-0.4.tar.gz) = 86c9bd0a13cfb9f796b6c30a40765ef3

View File

@ -1,11 +0,0 @@
--- rubysdl_doc.en.rd.orig Sat Apr 7 16:49:49 2001
+++ rubysdl_doc.en.rd Mon Apr 9 22:23:10 2001
@@ -153,7 +153,7 @@
Object
-====
+==== functions
--- Surface.new(flag,w,h,format)
Not documented yet