Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2007 02:48:29 -0900
From:      "Beech Rintoul" <beech@alaskaparadise.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/109130: [Maintainer Update] www/horde-passwd - Makefile
Message-ID:  <1171367309.47131@stargate.alaskaparadise.com>
Resent-Message-ID: <200702131150.l1DBo38V011710@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109130
>Category:       ports
>Synopsis:       [Maintainer Update] www/horde-passwd - Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 13 11:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #103: Fri Feb  9 19:22:28 AKST 2007
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Fixed Makefile


>How-To-Repeat:





>Fix:


diff -ruN --exclude=CVS /usr/ports/www/horde-passwd.orig/Makefile /usr/ports/www/horde-passwd/Makefile
--- /usr/ports/www/horde-passwd.orig/Makefile	Mon Feb 12 14:25:40 2007
+++ /usr/ports/www/horde-passwd/Makefile	Tue Feb 13 02:39:32 2007
@@ -5,12 +5,13 @@
 # $FreeBSD: ports/www/horde-passwd/Makefile,v 1.10 2007/02/12 23:25:40 sat Exp $
 #
 
-PORTNAME=	horde-passwd
+PORTNAME=	passwd
 PORTVERSION=	3.0
 PORTREVISION=	2
 CATEGORIES=	www mail
 MASTER_SITES=	HORDE/passwd
-DISTNAME=	passwd-h3-${PORTVERSION}
+PKGNAMEPREFIX=	horde-
+DISTNAME=	${PORTNAME}-h3-${PORTVERSION}
 DIST_SUBDIR=	horde
 
 MAINTAINER=	beech@alaskaparadise.com
@@ -20,6 +21,7 @@
 
 NO_BUILD=	yes
 USE_APACHE=	1.3+	# needed to test APACHE_VERSION
+USE_GETTEXT=	yes
 
 PLIST_SUB=	LPWDDIR=${LPWDDIR} PWDDIR=${PWDDIR}	\
 		HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||}



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1171367309.47131>