Index: head/x11-themes/qtcurve-gtk2/Makefile =================================================================== --- head/x11-themes/qtcurve-gtk2/Makefile (revision 265027) +++ head/x11-themes/qtcurve-gtk2/Makefile (revision 265028) @@ -1,42 +1,42 @@ # New ports collection makefile for: qtcurve-gtk2 # Date created: 23 May 2008 # Whom: Dmitry Klimov # # $FreeBSD$ # PORTNAME= qtcurve -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.2 CATEGORIES= x11-themes MASTER_SITES= http://craigd.wikispaces.com/file/view/ PKGNAMEPREFIX= gtk2- PKGNAMESUFFIX= -theme DISTNAME= QtCurve-Gtk2-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve GTK2 Theme Engine USE_BZIP2= yes USE_CMAKE= yes USE_GNOME= gtk20 .include .if ${OSVERSION} < 800067 .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif EXTRA_PATCHES+= ${FILESDIR}/extra-patch-style-qt_settings.c .endif post-extract: .if ${OSVERSION} < 800067 ${CP} ${FILESDIR}/getline.h ${WRKSRC}/style .if ${OSVERSION} < 701101 ${CP} ${FILESDIR}/getline_strndup.c ${WRKSRC}/style/getline.c .else ${CP} ${FILESDIR}/getline.c ${WRKSRC}/style/getline.c .endif .endif .include Property changes on: head/x11-themes/qtcurve-gtk2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11-themes/qtcurve-gtk2/distinfo =================================================================== --- head/x11-themes/qtcurve-gtk2/distinfo (revision 265027) +++ head/x11-themes/qtcurve-gtk2/distinfo (revision 265028) @@ -1,2 +1,2 @@ -SHA256 (QtCurve-Gtk2-1.7.0.tar.bz2) = 5325a6464a24b28bdd0a28877502fd8e2ec035c715d7145eac20505425d818ec -SIZE (QtCurve-Gtk2-1.7.0.tar.bz2) = 147671 +SHA256 (QtCurve-Gtk2-1.7.2.tar.bz2) = aa23f3bca5089cf484f39ff89215428551356472e390be38df305d91d2966c61 +SIZE (QtCurve-Gtk2-1.7.2.tar.bz2) = 151038 Property changes on: head/x11-themes/qtcurve-gtk2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/x11-themes/qtcurve-kde4/Makefile =================================================================== --- head/x11-themes/qtcurve-kde4/Makefile (revision 265027) +++ head/x11-themes/qtcurve-kde4/Makefile (revision 265028) @@ -1,24 +1,24 @@ # New ports collection makefile for: qtcurve # Date created: 2008-08-31 # Whom: Max Brazhnikov # # $FreeBSD$ # PORTNAME= qtcurve -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.2 CATEGORIES= x11-themes MASTER_SITES= http://craigd.wikispaces.com/file/view/ PKGNAMEPREFIX= kde4-style- DISTNAME= QtCurve-KDE4-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve KDE4 widget style USE_BZIP2= yes USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= corelib qmake_build uic_build moc_build rcc_build USE_KDE4= kdelibs workspace kdehier kdeprefix automoc4 .include Property changes on: head/x11-themes/qtcurve-kde4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/x11-themes/qtcurve-kde4/distinfo =================================================================== --- head/x11-themes/qtcurve-kde4/distinfo (revision 265027) +++ head/x11-themes/qtcurve-kde4/distinfo (revision 265028) @@ -1,2 +1,2 @@ -SHA256 (QtCurve-KDE4-1.7.0.tar.bz2) = e86adb3daefa230f41c01d604d27790eeb1b2c9aa57f51dcac7200451a8aa674 -SIZE (QtCurve-KDE4-1.7.0.tar.bz2) = 313941 +SHA256 (QtCurve-KDE4-1.7.2.tar.bz2) = 33640af1041aae72b11c4e932b8078604b80b6b94e900fba0ef1859676448903 +SIZE (QtCurve-KDE4-1.7.2.tar.bz2) = 316010 Property changes on: head/x11-themes/qtcurve-kde4/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-themes/qtcurve-qt4/Makefile =================================================================== --- head/x11-themes/qtcurve-qt4/Makefile (revision 265027) +++ head/x11-themes/qtcurve-qt4/Makefile (revision 265028) @@ -1,31 +1,31 @@ # New ports collection makefile for: qtcurve-qt4 # Date created: 2010-05-25 # Whom: Max Brazhnikov # # $FreeBSD$ # PORTNAME= qtcurve -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.2 CATEGORIES= x11-themes MASTER_SITES= http://craigd.wikispaces.com/file/view/ PKGNAMEPREFIX= qt4-style- DISTNAME= QtCurve-KDE4-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve Qt4 widget style USE_BZIP2= yes USE_GCC= 4.2+ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= dbus gui svg imageformats_run \ qmake_build uic_build moc_build rcc_build CFLAGS+= -I${LOCALBASE}/include CMAKE_ARGS+= -DQTC_QT_ONLY:BOOL=ON \ -DQTC_DISABLE_KDEFILEDIALOG_CALLS:BOOL=ON PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/qtcurve.so PLIST_DIRS= ${QT_PLUGINDIR_REL}/styles .include Property changes on: head/x11-themes/qtcurve-qt4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11-themes/qtcurve-qt4/distinfo =================================================================== --- head/x11-themes/qtcurve-qt4/distinfo (revision 265027) +++ head/x11-themes/qtcurve-qt4/distinfo (revision 265028) @@ -1,2 +1,2 @@ -SHA256 (QtCurve-KDE4-1.7.0.tar.bz2) = e86adb3daefa230f41c01d604d27790eeb1b2c9aa57f51dcac7200451a8aa674 -SIZE (QtCurve-KDE4-1.7.0.tar.bz2) = 313941 +SHA256 (QtCurve-KDE4-1.7.2.tar.bz2) = 33640af1041aae72b11c4e932b8078604b80b6b94e900fba0ef1859676448903 +SIZE (QtCurve-KDE4-1.7.2.tar.bz2) = 316010 Property changes on: head/x11-themes/qtcurve-qt4/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property