From owner-svn-ports-all@freebsd.org Sun Jan 1 16:30:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 841BCC9A07E; Sun, 1 Jan 2017 16:30:45 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44B361F37; Sun, 1 Jan 2017 16:30:45 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v01GUi22075506; Sun, 1 Jan 2017 16:30:44 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v01GUiuh075503; Sun, 1 Jan 2017 16:30:44 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201701011630.v01GUiuh075503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 1 Jan 2017 16:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430262 - head/graphics/prison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2017 16:30:45 -0000 Author: tcberner Date: Sun Jan 1 16:30:44 2017 New Revision: 430262 URL: https://svnweb.freebsd.org/changeset/ports/430262 Log: 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 Modified: head/graphics/prison/Makefile head/graphics/prison/distinfo head/graphics/prison/pkg-plist Modified: head/graphics/prison/Makefile ============================================================================== --- head/graphics/prison/Makefile Sun Jan 1 16:24:59 2017 (r430261) +++ head/graphics/prison/Makefile Sun Jan 1 16:30:44 2017 (r430262) @@ -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 Modified: head/graphics/prison/distinfo ============================================================================== --- head/graphics/prison/distinfo Sun Jan 1 16:24:59 2017 (r430261) +++ head/graphics/prison/distinfo Sun Jan 1 16:30:44 2017 (r430262) @@ -1,2 +1,3 @@ -SHA256 (prison-1.0.tar.gz) = 394f242c42a735689bfecef944093ca1b313e966df532cb96f579aa1daff1322 -SIZE (prison-1.0.tar.gz) = 9821 +TIMESTAMP = 1483278654 +SHA256 (KDE/prison/prison-1.1.1.tar.xz) = 57da8dfb320575825854217e58a773d972c80e43031e83fd0e85cd2e68269884 +SIZE (KDE/prison/prison-1.1.1.tar.xz) = 12860 Modified: head/graphics/prison/pkg-plist ============================================================================== --- head/graphics/prison/pkg-plist Sun Jan 1 16:24:59 2017 (r430261) +++ head/graphics/prison/pkg-plist Sun Jan 1 16:30:44 2017 (r430262) @@ -1,15 +1,19 @@ include/prison/AbstractBarcode include/prison/BarcodeItem include/prison/BarcodeWidget +include/prison/Code39Barcode +include/prison/Code93Barcode include/prison/DataMatrixBarcode include/prison/QRCodeBarcode include/prison/abstractbarcode.h include/prison/barcodeitem.h include/prison/barcodewidget.h +include/prison/code39barcode.h +include/prison/code93barcode.h include/prison/datamatrixbarcode.h include/prison/prison_export.h include/prison/qrcodebarcode.h lib/cmake/Prison/PrisonConfig.cmake lib/libprison.so lib/libprison.so.0 -lib/libprison.so.0.0.0 +lib/libprison.so.0.1.0