- Update to 4.2.7
- Add LICENSE - Convert to new options helper Changes: https://github.com/minimagick/minimagick/releases
This commit is contained in:
parent
871bdb6e18
commit
f59692f729
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388149
2 changed files with 9 additions and 13 deletions
|
@ -2,27 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mini_magick
|
||||
PORTVERSION= 4.2.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.2.7
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Manipulate images with minimal use of memory via ImageMagick
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
LICENSE= MIT
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
|
||||
.else
|
||||
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11
|
||||
.endif
|
||||
X11_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
||||
X11_RUN_DEPENDS_OFF= convert:${PORTSDIR}/graphics/ImageMagick-nox11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/mini_magick-4.2.4.gem) = b2df5fbb0fbcfd1722bc498fb932387976ea258fe28ba70fa8778ac9e2111822
|
||||
SIZE (rubygem/mini_magick-4.2.4.gem) = 16384
|
||||
SHA256 (rubygem/mini_magick-4.2.7.gem) = 24f56c4561e9406d40f637a5f1ea9bc469fbd3b549c692061868fb7c054ff386
|
||||
SIZE (rubygem/mini_magick-4.2.7.gem) = 16384
|
||||
|
|
Loading…
Reference in a new issue