- Update from 0.24.0 to 0.24.1
- Convert GTK selection to options helpers
This commit is contained in:
parent
5937464942
commit
e47ef95823
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334804
2 changed files with 5 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yad
|
||||
PORTVERSION= 0.24.0
|
||||
PORTVERSION= 0.24.1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -28,17 +28,13 @@ OPTIONS_DEFAULT= GTK2
|
|||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
NLS_USES= gettext
|
||||
GTK2_CONFIGURE_ON= --with-gtk=gtk2
|
||||
GTK2_USE= GNOME=gtk20
|
||||
GTK3_CONFIGURE_ON= --with-gtk=gtk3
|
||||
GTK3_USE= GNOME=gtk30
|
||||
ICONBROWSER_CONFIGURE_ENABLE= icon-browser
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK2}
|
||||
USE_GNOME= gtk20
|
||||
.else
|
||||
USE_GNOME= gtk30
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
.if empty(PORT_OPTIONS:MNLS)
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/ s/ po//' ${WRKSRC}/Makefile
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (yad-0.24.0.tar.xz) = a7e9a190fafbde41391b1fabc2718e4815bd4833b5f441ef786978ca87730e2a
|
||||
SIZE (yad-0.24.0.tar.xz) = 228180
|
||||
SHA256 (yad-0.24.1.tar.xz) = ae9724d2e9c1e03e2a0de84fd6afd6c6d62d20ae7dadb4fa9b1003a60ac5fa03
|
||||
SIZE (yad-0.24.1.tar.xz) = 227968
|
||||
|
|
Loading…
Reference in a new issue