diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-04 14:09:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-04 14:09:38 +0000 |
commit | 9cd29021486791c1ce568a4b0ab3604f7af988d4 (patch) | |
tree | 8be8272666d2786de77ae32d0fb153203df72022 /print/ruby-panda | |
parent | 14c215dd88962d384ed18bd1979183d84ffed740 (diff) | |
download | ports-9cd29021486791c1ce568a4b0ab3604f7af988d4.tar.gz ports-9cd29021486791c1ce568a4b0ab3604f7af988d4.zip |
Notes
Diffstat (limited to 'print/ruby-panda')
-rw-r--r-- | print/ruby-panda/Makefile | 2 | ||||
-rw-r--r-- | print/ruby-panda/distinfo | 2 | ||||
-rw-r--r-- | print/ruby-panda/files/patch-extconf.rb | 19 |
3 files changed, 2 insertions, 21 deletions
diff --git a/print/ruby-panda/Makefile b/print/ruby-panda/Makefile index 69d3bc015c04..5fffd807f959 100644 --- a/print/ruby-panda/Makefile +++ b/print/ruby-panda/Makefile @@ -6,7 +6,7 @@ # PORTNAME= panda -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= print ruby MASTER_SITES= http://www2s.biglobe.ne.jp/~Nori/ruby/dist/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/print/ruby-panda/distinfo b/print/ruby-panda/distinfo index 655b069bd2f7..8936922c1e74 100644 --- a/print/ruby-panda/distinfo +++ b/print/ruby-panda/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-panda-0.0.2.tar.gz) = b3d5b3d4f505a38d6a4b547db37d9172 +MD5 (ruby/ruby-panda-0.0.3.tar.gz) = 362a51cbddbe9b4566c144f5f35d14f3 diff --git a/print/ruby-panda/files/patch-extconf.rb b/print/ruby-panda/files/patch-extconf.rb deleted file mode 100644 index e2c02d204fd9..000000000000 --- a/print/ruby-panda/files/patch-extconf.rb +++ /dev/null @@ -1,19 +0,0 @@ ---- extconf.rb.orig Sun Feb 18 10:29:04 2001 -+++ extconf.rb Wed Mar 28 18:55:31 2001 -@@ -1,7 +1,7 @@ - - require "mkmf" - --$LDFLAGS += " -L/usr/local/lib" -+dir_config('panda') - - have_library("m", "floor") - -@@ -9,6 +9,6 @@ - have_library("jpeg", "jpeg_CreateDecompress") && - have_library("tiff", "TIFFOpen") && - have_library("png", "png_init_io") && -- have_library("panda", "pdfopen") -+ have_library("panda", "panda_open") - create_makefile("panda") - end |