diff options
author | arved <arved@FreeBSD.org> | 2006-04-16 06:00:50 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-04-16 06:00:50 +0800 |
commit | bde45c0cadd16914704a08f8594ea44cc7e3b716 (patch) | |
tree | 6d9fd657fe88dfb10cf0d0b544e5b009b4a1fe9b /net | |
parent | 918b930775a0c674d1122834d3573592d1fd9abd (diff) | |
download | freebsd-ports-gnome-bde45c0cadd16914704a08f8594ea44cc7e3b716.tar.gz freebsd-ports-gnome-bde45c0cadd16914704a08f8594ea44cc7e3b716.tar.zst freebsd-ports-gnome-bde45c0cadd16914704a08f8594ea44cc7e3b716.zip |
Update to 0.6.8
PR: 94019
Submitted by: Rashid N. Achilov <shelton@www.granch.ru>
Diffstat (limited to 'net')
-rw-r--r-- | net/smb4k/Makefile | 9 | ||||
-rw-r--r-- | net/smb4k/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/smb4k/Makefile b/net/smb4k/Makefile index 935d164ce2a1..7050b51ea727 100644 --- a/net/smb4k/Makefile +++ b/net/smb4k/Makefile @@ -6,12 +6,11 @@ # PORTNAME= smb4k -PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.6.8 CATEGORIES= net kde MASTER_SITES= http://download.berlios.de/smb4k/ -MAINTAINER= shelton@granch.ru +MAINTAINER= shelton@www.granch.ru COMMENT= KDE 3.x SMB Network browser and SMB shares mounting center RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ @@ -19,8 +18,8 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ USE_KDEBASE_VER= 3 USE_GMAKE= yes -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 +USE_GETTEXT= yes CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \ --with-extra-includes=${LOCALBASE}/include \ --with-extra-libs=${LOCALBASE}/lib @@ -32,7 +31,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "does not build on 4.x (missing sys/statvfs.h)" +BROKEN= does not build on 4.x (missing sys/statvfs.h) .endif post-install: diff --git a/net/smb4k/distinfo b/net/smb4k/distinfo index 30e00685287e..a305a0c802e2 100644 --- a/net/smb4k/distinfo +++ b/net/smb4k/distinfo @@ -1,3 +1,3 @@ -MD5 (smb4k-0.6.4.tar.gz) = aa78c388fa4aace1dce5450b9fefffc4 -SHA256 (smb4k-0.6.4.tar.gz) = a2462b0aaee1280130c05a03ebbecfe9395341216b56b31ae912d92ca94d1ad3 -SIZE (smb4k-0.6.4.tar.gz) = 1170629 +MD5 (smb4k-0.6.8.tar.gz) = 675add7e36699c392cf1c2067abebf68 +SHA256 (smb4k-0.6.8.tar.gz) = 2a2e7ff1ed5bfcd9e84c7669b1e8b5afc14a9f8af5420a2ef9df7b8978f6134c +SIZE (smb4k-0.6.8.tar.gz) = 1102790 |