diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-23 00:44:21 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-23 00:44:21 +0800 |
commit | 93430cb7a88a3db3446f3d2219f2e3f0922a39c4 (patch) | |
tree | e376b6f51e2033fb9eb04d4fc5202cb6b6c32060 /textproc/ruby-sablot | |
parent | a4b03fc838f747ae1f713a247630af2a2bcc8708 (diff) | |
download | freebsd-ports-gnome-93430cb7a88a3db3446f3d2219f2e3f0922a39c4.tar.gz freebsd-ports-gnome-93430cb7a88a3db3446f3d2219f2e3f0922a39c4.tar.zst freebsd-ports-gnome-93430cb7a88a3db3446f3d2219f2e3f0922a39c4.zip |
- Unbreak checksum is ok
- Pass maintainership to submitter
PR: 118939
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Diffstat (limited to 'textproc/ruby-sablot')
-rw-r--r-- | textproc/ruby-sablot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index c814de83ebd8..051811020c1f 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -13,14 +13,12 @@ MASTER_SITES= http://www.rubycolor.org/arc/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@gahr.ch COMMENT= Ruby interface to the Sablotron XSLT processor LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \ expat.6:${PORTSDIR}/textproc/expat2 -BROKEN= Checksum mismatch - USE_ICONV= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |