ports/125018: [PATCH] devel/subversion-devel: the GA release may be packaged

Philip M. Gollucci pgollucci at p6m7g8.com
Thu Jun 26 17:50:03 UTC 2008


>Number:         125018
>Category:       ports
>Synopsis:       [PATCH] devel/subversion-devel: the GA release may be packaged
>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:   Thu Jun 26 17:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD riderwayinc.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Thu Feb 28 21:20:48 UTC 2008
>Description:
  - 1.5.0 is the official GA release, it may be packaged
  - while here, use ${PW}

Port maintainer (lev at freebsd.org) is cc'd.

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

--- subversion-devel-1.5.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/subversion-devel/Makefile,v
retrieving revision 1.127
diff -u -u -r1.127 Makefile
--- Makefile	21 Jun 2008 20:09:38 -0000	1.127
+++ Makefile	26 Jun 2008 16:37:08 -0000
@@ -15,8 +15,6 @@
 MAINTAINER=	lev at freebsd.org
 COMMENT?=	Prerelease version of the Subversion version control system
 
-NO_PACKAGE=	No binary packages of release candidates
-
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
 CONFLICTS?=	subversion-[0-9]* subversion-perl-[0-9]* subversion-python-[0-9]* subversion-ruby-[0-9]* subversion-freebsd-[0-9]*
@@ -334,10 +332,10 @@
 _mkrepos:	.USE
 .if !exists(${SVNREPOS})
 .if defined(WITH_SVNSERVE_WRAPPER)
-	@if /usr/sbin/pw groupshow "${SVNGROUP}" >/dev/null 2>&1; then \
+	@if ${PW} groupshow "${SVNGROUP}" >/dev/null 2>&1; then \
 	    ${ECHO_MSG} "You already have a group \"${SVNGROUP}\", so I will use it."; \
 	else \
-	    if /usr/sbin/pw groupadd ${SVNGROUP} -h -; \
+	    if ${PW} groupadd ${SVNGROUP} -h -; \
 	    then \
 	        ${ECHO_MSG} "Added group \"${SVNGROUP}\"."; \
 	    else \
--- subversion-devel-1.5.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list