diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-22 12:42:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-22 12:42:48 +0000 |
commit | 9c6fb737848db5d6423ffcbc2aae3913d1ec1910 (patch) | |
tree | 60108249cc7e6031b30a836aa5f0cdb87817e6e7 /graphics/nomacs | |
parent | eba4f3e9a4695150e7c6e0764f35825108b12c3f (diff) | |
download | freebsd-ports-9c6fb737848db5d6423ffcbc2aae3913d1ec1910.zip |
- Update graphics/libraw to 0.17.0
- While here, minor port cleanup, switch to options helpers
- Bump PORTREVISIONs of consumers as soversion has changed
PR: 204553
Submitted by: graham@menhennitt.com.au
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index 3fd7d27ee676..7265b3b90f15 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source |