Upgrade to color 1.4.2
Update HOMEPAGE. Disable tests as they require a higher version of minitest than the one in ports.
This commit is contained in:
parent
4309221a1b
commit
c66d468eac
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2013/10/26 23:55:36 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2014/09/19 20:47:21 jeremy Exp $
|
||||
|
||||
COMMENT = color value conversion and modification
|
||||
|
||||
DISTNAME = color-1.4.0
|
||||
REVISION = 6
|
||||
DISTNAME = color-1.4.2
|
||||
CATEGORIES = graphics
|
||||
|
||||
HOMEPAGE = http://color.rubyforge.org/
|
||||
HOMEPAGE = https://github.com/halostatue/color
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
@ -15,11 +14,8 @@ MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = archivers/ruby-archive-tar-minitar,${MODRUBY_FLAVOR}>=0.5.0 \
|
||||
devel/ruby-hoe,${MODRUBY_FLAVOR}
|
||||
|
||||
do-test:
|
||||
@cd ${WRKBUILD}/test && ${RUBY} test_all.rb
|
||||
# Tests require minitest 5, not in ports
|
||||
#MODRUBY_TEST = testrb
|
||||
#MODRUBY_TEST_TARGET = -I lib test/test_*.rb
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (color-1.4.0.gem) = 2yRgmh3b6xRIKxO+DLZocQ==
|
||||
RMD160 (color-1.4.0.gem) = Q1dG56NrRGyfYWYUgPaRl13UCgI=
|
||||
SHA1 (color-1.4.0.gem) = PK4/6W71C+5JokKmCdNJkj/VSs0=
|
||||
SHA256 (color-1.4.0.gem) = DMs7x4MjCb0YH2NYRb05JDy81j5hxYc7Qsnr3vlzlno=
|
||||
SIZE (color-1.4.0.gem) = 49664
|
||||
SHA256 (color-1.4.2.gem) = XPQJshwcyeeOZcbaVWgvaZ0SLgc7NSCQ0cXNNB7AKoU=
|
||||
SIZE (color-1.4.2.gem) = 40448
|
||||
|
@ -1,12 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/11/08 23:24:41 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2014/09/19 20:47:21 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Install.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Licence.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gemtest
|
||||
${GEM_LIB}/gems/${DISTNAME}/.hoerc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Contributing.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Licence.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/Readme.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/color/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/color.rb
|
||||
@ -24,10 +26,8 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb-colors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/color/rgb/metallic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/color/yiq.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/setup.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_adobecolor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_all.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_cmyk.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_color.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_css.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user