- Update from 0.24.0 to 0.24.1

- Convert GTK selection to options helpers
This commit is contained in:
Danilo Egea Gondolfo 2013-11-25 00:36:18 +00:00
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

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= yad PORTNAME= yad
PORTVERSION= 0.24.0 PORTVERSION= 0.24.1
CATEGORIES= x11 gnome CATEGORIES= x11 gnome
MASTER_SITES= GOOGLE_CODE MASTER_SITES= GOOGLE_CODE
@ -28,17 +28,13 @@ OPTIONS_DEFAULT= GTK2
NLS_CONFIGURE_OFF= --disable-nls NLS_CONFIGURE_OFF= --disable-nls
NLS_USES= gettext NLS_USES= gettext
GTK2_CONFIGURE_ON= --with-gtk=gtk2 GTK2_CONFIGURE_ON= --with-gtk=gtk2
GTK2_USE= GNOME=gtk20
GTK3_CONFIGURE_ON= --with-gtk=gtk3 GTK3_CONFIGURE_ON= --with-gtk=gtk3
GTK3_USE= GNOME=gtk30
ICONBROWSER_CONFIGURE_ENABLE= icon-browser ICONBROWSER_CONFIGURE_ENABLE= icon-browser
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
USE_GNOME= gtk20
.else
USE_GNOME= gtk30
.endif
post-configure: post-configure:
.if empty(PORT_OPTIONS:MNLS) .if empty(PORT_OPTIONS:MNLS)
@${REINPLACE_CMD} -e '/^SUBDIRS =/ s/ po//' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^SUBDIRS =/ s/ po//' ${WRKSRC}/Makefile

View file

@ -1,2 +1,2 @@
SHA256 (yad-0.24.0.tar.xz) = a7e9a190fafbde41391b1fabc2718e4815bd4833b5f441ef786978ca87730e2a SHA256 (yad-0.24.1.tar.xz) = ae9724d2e9c1e03e2a0de84fd6afd6c6d62d20ae7dadb4fa9b1003a60ac5fa03
SIZE (yad-0.24.0.tar.xz) = 228180 SIZE (yad-0.24.1.tar.xz) = 227968