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
This commit is contained in:
parent
f2d5e52383
commit
44c9982b4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430262
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user