- Update from 2.1 to 2.1.1
- Convert USE_BZIP2 to USES
This commit is contained in:
parent
ebf588d139
commit
204c089f45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351111
2 changed files with 5 additions and 7 deletions
|
@ -2,10 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pqiv
|
PORTNAME= pqiv
|
||||||
PORTVERSION= 2.1
|
PORTVERSION= 2.1.1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= GH
|
MASTER_SITES= GH
|
||||||
|
|
||||||
DISTNAME= ${PORTVERSION}
|
DISTNAME= ${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= danilo@FreeBSD.org
|
MAINTAINER= danilo@FreeBSD.org
|
||||||
|
@ -18,15 +17,14 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= phillipberndt
|
GH_ACCOUNT= phillipberndt
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-184ef87
|
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-7a10aba
|
||||||
|
|
||||||
OPTIONS_SINGLE= GTK
|
OPTIONS_SINGLE= GTK
|
||||||
OPTIONS_SINGLE_GTK= GTK2 GTK3
|
OPTIONS_SINGLE_GTK= GTK2 GTK3
|
||||||
OPTIONS_DEFAULT= GTK2
|
OPTIONS_DEFAULT= GTK2
|
||||||
|
|
||||||
USES= gmake pkgconfig shebangfix
|
USES= gmake pkgconfig shebangfix tar:bzip2
|
||||||
SHEBANG_FILES= configure
|
SHEBANG_FILES= configure
|
||||||
USE_BZIP2= yes
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
GTK2_CONFIGURE_ON= --gtk-version=2
|
GTK2_CONFIGURE_ON= --gtk-version=2
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (2.1.tar.bz2) = d1028f17606f21a700e64720282cdb383f5eef874879abfbecfe8636752c4f1e
|
SHA256 (2.1.1.tar.bz2) = 65a98c66e70a346d07aa1f75228898a4c269e70caa3d913d28f5c47279b3c1b3
|
||||||
SIZE (2.1.tar.bz2) = 49568
|
SIZE (2.1.1.tar.bz2) = 49692
|
||||||
|
|
Loading…
Reference in a new issue