diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-01-02 00:30:44 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-01-02 00:30:44 +0800 |
commit | 2b582ad5358b50261e6db794c394502e1b568668 (patch) | |
tree | 85cbd7d324571259a4e3c8bda09aa3025e9cc361 /graphics/prison/Makefile | |
parent | 3cb14170769d7f7f229977c0370293f32b5223d3 (diff) | |
download | freebsd-ports-gnome-2b582ad5358b50261e6db794c394502e1b568668.tar.gz freebsd-ports-gnome-2b582ad5358b50261e6db794c394502e1b568668.tar.zst freebsd-ports-gnome-2b582ad5358b50261e6db794c394502e1b568668.zip |
Update graphics/prison to 1.1.1 and take maintainership
* prison-1.1.1 was released on march 16, 2014 (1.0 is from 2011...).
* take maintainership for kde@.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9017
Diffstat (limited to 'graphics/prison/Makefile')
-rw-r--r-- | graphics/prison/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/prison/Makefile b/graphics/prison/Makefile index 5aa357c98efe..364b88460789 100644 --- a/graphics/prison/Makefile +++ b/graphics/prison/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= prison -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= Barcode library for KDE LICENSE= MIT @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdmtx.so:graphics/libdmtx \ libqrencode.so:graphics/libqrencode +USES= cmake:outsource tar:xz USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build -USES= cmake + USE_LDCONFIG= yes .include <bsd.port.mk> |