diff options
author | knu <knu@FreeBSD.org> | 2000-09-27 15:55:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-27 15:55:45 +0800 |
commit | 38b5bee231ce1ce1d42b811284fb41436fe0ad74 (patch) | |
tree | 9ea61fccee7e3b2144ebc82dd3429888d070cf8d /graphics | |
parent | b75551d08e89b4a24aea690b0592337b1c1da981 (diff) | |
download | freebsd-ports-gnome-38b5bee231ce1ce1d42b811284fb41436fe0ad74.tar.gz freebsd-ports-gnome-38b5bee231ce1ce1d42b811284fb41436fe0ad74.tar.zst freebsd-ports-gnome-38b5bee231ce1ce1d42b811284fb41436fe0ad74.zip |
Hack up a patch to support Ruby 1.6.
The patch has been sent to the author and will hopefully be merged
soon. I am adding it as a distribution patch to avoid the repo bloat.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-libpng/Makefile | 5 | ||||
-rw-r--r-- | graphics/ruby-libpng/distinfo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/ruby-libpng/Makefile b/graphics/ruby-libpng/Makefile index 8906b796efd2..85b019889b65 100644 --- a/graphics/ruby-libpng/Makefile +++ b/graphics/ruby-libpng/Makefile @@ -7,12 +7,17 @@ PORTNAME= libpng PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://www.isc.meiji.ac.jp/~ee77038/ruby/program/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= knu +PATCHFILES= ruby-libpng-0.3.3.patch.gz + MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png diff --git a/graphics/ruby-libpng/distinfo b/graphics/ruby-libpng/distinfo index ec1e23bdc32a..c7c8c2298401 100644 --- a/graphics/ruby-libpng/distinfo +++ b/graphics/ruby-libpng/distinfo @@ -1 +1,2 @@ MD5 (ruby/ruby-libpng-0.3.3.tar.gz) = 28057ccf57df440197829cbb59c9acb4 +MD5 (ruby/ruby-libpng-0.3.3.patch.gz) = 0b64bfc5381e45065b454adeb0607a55 |