svn commit: r384463 - head/graphics/rubygem-image_science
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 21 18:52:49 UTC 2015
Author: sunpoet
Date: Tue Apr 21 18:52:48 2015
New Revision: 384463
URL: https://svnweb.freebsd.org/changeset/ports/384463
Log:
- Update RUN_DEPENDS
- Move LICENSE upward
- Bump PORTREVISION for dependency change
Modified:
head/graphics/rubygem-image_science/Makefile
Modified: head/graphics/rubygem-image_science/Makefile
==============================================================================
--- head/graphics/rubygem-image_science/Makefile Tue Apr 21 18:52:43 2015 (r384462)
+++ head/graphics/rubygem-image_science/Makefile Tue Apr 21 18:52:48 2015 (r384463)
@@ -3,19 +3,21 @@
PORTNAME= image_science
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby library that generates thumbnails
-RUN_DEPENDS= rubygem-inline>=3.9:${PORTSDIR}/devel/rubygem-inline
+LICENSE= MIT
-LICENSE= MIT
+RUN_DEPENDS= rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+
PLIST_FILES= bin/image_science_thumb
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list