aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnosamba
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-01 03:34:30 +0800
committersteve <steve@FreeBSD.org>2000-05-01 03:34:30 +0800
commita6c3f996df09365e462f1edf537b94850f8471e5 (patch)
tree04178d8a89be93219fdce05e9770c9493893d4d6 /net/gnosamba
parent58e6f22acd4d5772104ee0bbbb3fde5ef53e510b (diff)
downloadfreebsd-ports-gnome-a6c3f996df09365e462f1edf537b94850f8471e5.tar.gz
freebsd-ports-gnome-a6c3f996df09365e462f1edf537b94850f8471e5.tar.zst
freebsd-ports-gnome-a6c3f996df09365e462f1edf537b94850f8471e5.zip
- Update to version 0.3.3
- Update MASTER_SITES and add WWW: line to pkg/DESCR PR: 17854 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'net/gnosamba')
-rw-r--r--net/gnosamba/Makefile12
-rw-r--r--net/gnosamba/distinfo2
-rw-r--r--net/gnosamba/files/patch-ab12
-rw-r--r--net/gnosamba/pkg-descr7
-rw-r--r--net/gnosamba/pkg-plist2
5 files changed, 20 insertions, 15 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile
index 36f86dfd04a0..492c4d270e85 100644
--- a/net/gnosamba/Makefile
+++ b/net/gnosamba/Makefile
@@ -1,15 +1,14 @@
-# New ports collection makefile for: gtksamba
+# New ports collection makefile for: gnosamba
# Date created: 4 November 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-PORTNAME= gtksamba
-PORTVERSION= 0.3.2.1
+PORTNAME= gnosamba
+PORTVERSION= 0.3.3
CATEGORIES= net
-MASTER_SITES= http://www.open-systems.com/gtksamba/
-DISTNAME= ${PORTNAME}-0.3.2pl1
+MASTER_SITES= http://www.open-systems.com/gnosamba/
MAINTAINER= ports@FreeBSD.org
@@ -21,4 +20,7 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+post-patch:
+ @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
+
.include <bsd.port.mk>
diff --git a/net/gnosamba/distinfo b/net/gnosamba/distinfo
index 2e6eac7609a2..b0a220d20f36 100644
--- a/net/gnosamba/distinfo
+++ b/net/gnosamba/distinfo
@@ -1 +1 @@
-MD5 (gtksamba-0.3.2pl1.tar.gz) = bd19a461d455b76764ac143d385d9f23
+MD5 (gnosamba-0.3.3.tar.gz) = 38d9dfc2b0099aaea4bde4d8b064bc9f
diff --git a/net/gnosamba/files/patch-ab b/net/gnosamba/files/patch-ab
index 5561334584b8..55560f823493 100644
--- a/net/gnosamba/files/patch-ab
+++ b/net/gnosamba/files/patch-ab
@@ -1,11 +1,13 @@
---- src/prefs.c.orig Mon Jan 18 02:34:19 1999
-+++ src/prefs.c Mon Jan 18 02:34:26 1999
-@@ -2,7 +2,7 @@
+--- src/prefs.c.orig Fri May 21 09:40:40 1999
++++ src/prefs.c Sat Apr 8 14:06:59 2000
+@@ -9,8 +9,8 @@
#include "gtksamba.h"
#include <unistd.h>
-#define DEF_SMB_CONF "/etc/smb.conf"
-+#define DEF_SMB_CONF "/usr/local/etc/smb.conf"
- #define DEF_RESTART "/etc/rc.d/init.d/smb restart"
+-#define DEF_RESTART "/etc/rc.d/init.d/smb restart"
++#define DEF_SMB_CONF "%%LOCALBASE%%/etc/smb.conf"
++#define DEF_RESTART ""
static GtkWidget *pbox=NULL;
+ static GtkWidget *conf_entry=NULL;
diff --git a/net/gnosamba/pkg-descr b/net/gnosamba/pkg-descr
index 5ab3481b8012..5d16ab3467f5 100644
--- a/net/gnosamba/pkg-descr
+++ b/net/gnosamba/pkg-descr
@@ -1,10 +1,11 @@
-GtkSamba is a GUI tool for the Configuration of the Samba,
+GnoSamba is a GUI tool for the Configuration of the Samba,
the SMB file server on X11/Unix. It will read, edit and
write /usr/local/etc/smb.conf, an alternate configuration
-file, or from a network. It uses the GTK toolkit.
+file, or from a network. It uses the GTK Toolkit and
+Gnome-libs.
This is an early development release, not all functionality
is implemented. It will let you edit any existing
parameter from a text entry, but without any checking.
-WWW: http://www.open-systems.com/gtksamba.html
+WWW: http://www.open-systems.com/gnosamba.html
diff --git a/net/gnosamba/pkg-plist b/net/gnosamba/pkg-plist
index 6f1684d5c703..0ca89013c1e3 100644
--- a/net/gnosamba/pkg-plist
+++ b/net/gnosamba/pkg-plist
@@ -1 +1 @@
-bin/gtksamba
+bin/gnosamba
* Update tp 2.6.5bland2009-09-072-4/+4 * - Update to 2.6.3wxs2009-08-152-10/+11 * Now that closefrom() has been merged to 7.X too, we have to patch sys_defs.hkeramida2009-07-232-12/+15 * - un-IGNORE VDA patch for version 2.6.2garga2009-07-102-1/+3 * Patch the src/util/sys_defs.h file of Postfix to fix the build onkeramida2009-07-091-0/+18 * - Cleanup pkg-install script to handle documentation installation correctly.wxs2009-06-113-13/+34 * Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:itetcu2009-06-052-10/+5 * - Fix install with defined NOPORTEXAMPLES [1]mm2009-06-043-32/+8 * - refactor the port to ease maintenance [1]netchild2009-05-2611-399/+270 * - Update to 2.6.0pav2009-05-185-31/+26 * - Fix non-root installation (use pre-su-install target)pav2009-05-121-1/+1 * - Update to 2.5.6mnag2009-01-272-8/+8 * - Update to 2.5.5mnag2008-09-282-4/+4 * - Update VDA patch to 2.5.4mnag2008-08-302-4/+4 * - Update to 2.5.4mnag2008-08-183-45/+8 * - Fix paths in mail_perams.hbeech2008-07-151-6/+15 * - Fix milter macros (patch from Wietse Venema) [1]mnag2008-03-253-3/+41 * - Fix data_directorymnag2008-03-014-5/+26 * - Update to 2.5.1mnag2008-02-293-8/+9 * - Update to 2.4.6mnag2007-10-233-14/+14 * Remove leftover ifedwin2007-10-051-1/+0 * Remove support for OSVERSION < 5edwin2007-10-041-24/+11 * Allow dovecot and cyrus SASL to work together.delphij2007-08-301-6/+0 * - Update to 2.4.5mnag2007-08-012-8/+8 * - Update VDA patch to 2.4.3-vda-ngmnag2007-06-152-5/+5 * - Update to 2.4.3mnag2007-06-012-4/+4 * - Update to 2.4.1mnag2007-04-302-4/+4 * - Remove SASL1 support. security/cyrus-sasl will be removed soon.mnag2007-04-151-24/+3 * - Update VDA patch to 2.4.0mnag2007-04-062-6/+5 * * mail/postfixmnag2007-04-053-17/+19 * - Update to 2.3.8mnag2007-03-072-9/+8 * - Add mail to PROVIDE line. This fixes other scripts that require mailrafan2007-02-212-1/+2 * Addition of postfix_flags variable to rc.subr startup script.koitsu2007-02-211-2/+5 * - Update to 2.3.7rafan2007-02-012-4/+4 * - Update to 2.3.5mnag2006-12-132-4/+4 * - Remove SPF compatible options. Patch are removed in 20060719.mnag2006-11-291-1/+1 * - Update VDA patch to 2.3.4mnag2006-11-092-5/+5 * - Update to 2.3.4mnag2006-11-022-8/+8 * - Update to 2.3.3mnag2006-08-272-5/+4 * - Update VDA patch to 2.3.2mnag2006-08-132-4/+4 * Fix "typo" in previous commit.itetcu2006-08-021-1/+1 * Make rc.d start postfix later, like sendmail does.itetcu2006-08-021-1/+2 * - Update to 2.3.2mnag2006-07-312-8/+8 * - Update to 2.3.1mnag2006-07-252-4/+4 * - Spell fixes [1]mnag2006-07-202-4/+4 * * UPDATINGmnag2006-07-19