diff options
author | knu <knu@FreeBSD.org> | 2001-04-04 22:09:38 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-04 22:09:38 +0800 |
commit | a3f40e2ea48a5e7b93a6caaec7973187a950698f (patch) | |
tree | 818ae0240ce7987165263ffbe513d756f353d9ab /print | |
parent | 1a7b12486f6ac21e98bbf21b74498c95b8989973 (diff) | |
download | freebsd-ports-gnome-a3f40e2ea48a5e7b93a6caaec7973187a950698f.tar.gz freebsd-ports-gnome-a3f40e2ea48a5e7b93a6caaec7973187a950698f.tar.zst freebsd-ports-gnome-a3f40e2ea48a5e7b93a6caaec7973187a950698f.zip |
Update to 0.0.3.
Diffstat (limited to 'print')
-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 |