Index: head/net-mgmt/vidalia/Makefile =================================================================== --- head/net-mgmt/vidalia/Makefile (revision 234679) +++ head/net-mgmt/vidalia/Makefile (revision 234680) @@ -1,51 +1,50 @@ # New ports collection makefile for: vidalia # Date created: 2007-02-19 # Whom: Fabian Keil # # $FreeBSD$ # PORTNAME= vidalia -PORTVERSION= 0.1.11 -PORTREVISION= 1 +PORTVERSION= 0.1.12 CATEGORIES= net-mgmt security MASTER_SITES= http://www.vidalia-project.net:8001/vidalia/ MAINTAINER= fk@fabiankeil.de COMMENT= A graphical Tor controller based on Qt 4.x USE_CMAKE= yes CMAKE_USE_PTHREAD= yes USE_QT_VER= 4 -QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build network xml linguist +QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build network xml linguist_build HAVE_TOR!= if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi .if (${HAVE_TOR} == "YES") HAVE_TOR_DEVEL!= if pkg_info -I tor-devel\* >/dev/null 2>&1 ; then ${ECHO} YES; fi .if (${HAVE_TOR_DEVEL} == "YES") OPTIONS= TOR_DEVEL "Depend on tor-devel (already installed)" On .else OPTIONS= TOR "Depend on tor (already installed)" On .endif .else OPTIONS= TOR_DEVEL "Depend on tor-devel" On \ TOR "Depend on tor" Off .endif .include .if defined(WITH_TOR_DEVEL) .if defined(WITH_TOR) IGNORE= cannot depend on tor and tor-devel at the same time .endif RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor-devel .elif defined(WITH_TOR) RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor .endif .include Property changes on: head/net-mgmt/vidalia/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net-mgmt/vidalia/distinfo =================================================================== --- head/net-mgmt/vidalia/distinfo (revision 234679) +++ head/net-mgmt/vidalia/distinfo (revision 234680) @@ -1,3 +1,3 @@ -MD5 (vidalia-0.1.11.tar.gz) = 0f4aeda3475557c99528b8058a49bc6a -SHA256 (vidalia-0.1.11.tar.gz) = 1f1585ab1b218c0d89123f43e8b57466df5fc1d17c6071b939d5b7aed55e261e -SIZE (vidalia-0.1.11.tar.gz) = 2200709 +MD5 (vidalia-0.1.12.tar.gz) = 5820043228e7303fa4bee714bd839804 +SHA256 (vidalia-0.1.12.tar.gz) = 881fee845d8b76ce825bec119dce520f783dc6a491f23de06dfb3478b2fc90ae +SIZE (vidalia-0.1.12.tar.gz) = 2207542 Property changes on: head/net-mgmt/vidalia/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net-mgmt/vidalia/pkg-plist =================================================================== --- head/net-mgmt/vidalia/pkg-plist (revision 234679) +++ head/net-mgmt/vidalia/pkg-plist (revision 234680) @@ -1,3 +1,23 @@ bin/vidalia share/applications/vidalia.desktop +share/icons/hicolor/128x128/apps/vidalia.png +share/icons/hicolor/16x16/apps/vidalia.png +share/icons/hicolor/22x22/apps/vidalia.png +share/icons/hicolor/32x32/apps/vidalia.png +share/icons/hicolor/48x48/apps/vidalia.png +share/icons/hicolor/64x64/apps/vidalia.png +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrmtry share/applications Property changes on: head/net-mgmt/vidalia/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property