svn commit: r387227 - head/textproc/rubygem-rdtool
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:07:07 UTC 2015
Author: sunpoet
Date: Sun May 24 00:07:06 2015
New Revision: 387227
URL: https://svnweb.freebsd.org/changeset/ports/387227
Log:
- Add LICENSE
- Remove RUN_DEPENDS: rubygem-racc is a development dependency
- Remove USE_RAKE
- Remove post-install:
- Bump PORTREVISION for dependency change
Modified:
head/textproc/rubygem-rdtool/Makefile
Modified: head/textproc/rubygem-rdtool/Makefile
==============================================================================
--- head/textproc/rubygem-rdtool/Makefile Sun May 24 00:07:01 2015 (r387226)
+++ head/textproc/rubygem-rdtool/Makefile Sun May 24 00:07:06 2015 (r387227)
@@ -2,21 +2,20 @@
PORTNAME= rdtool
PORTVERSION= 0.6.38
+PORTREVISION= 1
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= RD to HTML/man/etc. converter (RD is to Ruby as POD is to Perl)
-RUN_DEPENDS= rubygem-racc>=1.4.6:${PORTSDIR}/devel/rubygem-racc
+LICENSE= GPLv2 GPLv3 RUBY
+LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-USE_RAKE= yes
-PLIST_FILES= bin/rd2 bin/rdswap.rb
-post-install:
- @${CAT} ${PKGMESSAGE}
+PLIST_FILES= bin/rd2 bin/rdswap.rb
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list