Date: Mon, 28 Jan 2013 01:08:15 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311087 - head/net/samba4-devel Message-ID: <201301280108.r0S18FTg058652@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Mon Jan 28 01:08:15 2013 New Revision: 311087 URL: http://svnweb.freebsd.org/changeset/ports/311087 Log: Renamed some variables to be compliant with the updated S4 ports Modified: head/net/samba4-devel/Makefile Modified: head/net/samba4-devel/Makefile ============================================================================== --- head/net/samba4-devel/Makefile Mon Jan 28 00:54:50 2013 (r311086) +++ head/net/samba4-devel/Makefile Mon Jan 28 01:08:15 2013 (r311087) @@ -1,8 +1,8 @@ # Created by: timur@FreeBSD.org # $FreeBSD$ -PORTNAME?= ${SAMBA_PORTNAME} -PORTVERSION?= ${SAMBA_VERSION} +PORTNAME?= ${SAMBA4_PORTNAME} +PORTVERSION?= ${SAMBA4_VERSION} PORTREVISION?= 4 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} @@ -15,10 +15,10 @@ COMMENT?= A free SMB and CIFS client an CONFLICTS?= ldb-1.* -SAMBA_PORTNAME= samba4 -SAMBA_VERSION= 4.0.0.a11 -SAMBA_DISTNAME= ${SAMBA_PORTNAME:S|4$||}-${SAMBA_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} -OPTIONSFILE= ${PORT_DBDIR}/${SAMBA_PORTNAME}/options +SAMBA4_PORTNAME= samba4 +SAMBA4_VERSION= 4.0.0.a11 +SAMBA_DISTNAME= ${SAMBA4_PORTNAME:S|4$||}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} +OPTIONSFILE= ${PORT_DBDIR}/${SAMBA4_PORTNAME}/options LATEST_LINK?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} @@ -28,7 +28,7 @@ IPATHS= -I${WRKDIR}/${DISTNAME}/lib/re AUTOHEADER_ARGS= ${IPATHS} AUTOCONF_ARGS= ${IPATHS} -.if !defined(SAMBA_SUBPORT) +.if !defined(SAMBA4_SUBPORT) USE_PERL5= yes USE_PYTHON= yes USE_GMAKE= yes @@ -186,7 +186,7 @@ SUB_FILES= pkg-message post-install: @${CAT} ${PKGMESSAGE} -# !SAMBA_SUBPORT +# !SAMBA4_SUBPORT .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301280108.r0S18FTg058652>