1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Update to 0.0.3.

This commit is contained in:
Akinori MUSHA 2001-04-04 14:09:38 +00:00
parent 14c215dd88
commit 9cd2902148
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40836
3 changed files with 2 additions and 21 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (ruby/ruby-panda-0.0.2.tar.gz) = b3d5b3d4f505a38d6a4b547db37d9172
MD5 (ruby/ruby-panda-0.0.3.tar.gz) = 362a51cbddbe9b4566c144f5f35d14f3

View File

@ -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