diff options
Diffstat (limited to 'graphics/ctl/Makefile')
-rw-r--r-- | graphics/ctl/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/ctl/Makefile b/graphics/ctl/Makefile index 2893f004b773..d093a48c36c9 100644 --- a/graphics/ctl/Makefile +++ b/graphics/ctl/Makefile @@ -1,13 +1,10 @@ PORTNAME= ctl DISTVERSIONPREFIX= ctl- -DISTVERSION= 1.5.3 -PORTREVISION= 3 +DISTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -language -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 3871cd7717fd184d9fbb667730d35f1a89391f09.patch:-p1 # FreeBSD compatibility patch: https://github.com/ampas/CTL/pull/145 - MAINTAINER= yuri@FreeBSD.org COMMENT= Color Transformation Language WWW= https://github.com/ampas/CTL @@ -37,4 +34,6 @@ DOCSDIR= share/doc/CTL OPTIONS_DEFINE= DOCS +# tests as of 1.5.4: 100% tests passed, 0 tests failed out of 220 + .include <bsd.port.mk> |