aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/prison/Makefile
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2017-01-02 00:30:44 +0800
committertcberner <tcberner@FreeBSD.org>2017-01-02 00:30:44 +0800
commit2b582ad5358b50261e6db794c394502e1b568668 (patch)
tree85cbd7d324571259a4e3c8bda09aa3025e9cc361 /graphics/prison/Makefile
parent3cb14170769d7f7f229977c0370293f32b5223d3 (diff)
downloadfreebsd-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/Makefile9
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>