ports/150568: [PATCH] net-im/kpopup: Change default samba version to 3.4

Renato Botelho garga at FreeBSD.org
Tue Sep 14 19:00:12 UTC 2010


>Number:         150568
>Category:       ports
>Synopsis:       [PATCH] net-im/kpopup: Change default samba version to 3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 19:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r212583M: Mon Sep 13 19:11:50 BRT
>Description:
net/samba3 is deprecated and set to be removed, so change default samba version
to 3.4 and add optional SAMBA_PORT var.

Port maintainer (itetcu at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- kpopup-0.9.8.2_7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/kpopup/Makefile,v
retrieving revision 1.22
diff -u -u -r1.22 Makefile
--- Makefile	28 Mar 2010 06:41:38 -0000	1.22
+++ Makefile	14 Sep 2010 18:50:13 -0000
@@ -9,7 +9,7 @@
 
 PORTNAME=	kpopup
 PORTVERSION=	0.9.8.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-im kde
 MASTER_SITES=	http://www.henschelsoft.de/kpopup/ \
 		http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -17,7 +17,9 @@
 MAINTAINER=	itetcu at FreeBSD.org
 COMMENT=	KDE program for sending and receiving MS Windows WinPopup messages
 
-RUN_DEPENDS=	smbclient:${PORTSDIR}/net/samba3
+RUN_DEPENDS=	smbclient:${PORTSDIR}/${SAMBA_PORT}
+
+SAMBA_PORT?=	net/samba34
 
 SUB_FILES=	pkg-message
 
--- kpopup-0.9.8.2_7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list