Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Jun 2008 17:36:57 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124388: [patch] fix order of fields for misc/amanda-server
Message-ID:  <20080608073657.A6C87182@k7.mavetju>
Resent-Message-ID: <200806080740.m587e38L063873@freefall.freebsd.org>

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

>Number:         124388
>Category:       ports
>Synopsis:       [patch] fix order of fields for misc/amanda-server
>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:   Sun Jun 08 07:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Wed May 28 08:12:56 EST 2008 edwin@k7.mavetju:/usr/src/sys/i386/compile/k7 i386


Fix order of fields according to standards.

>Description:
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/amanda-server/Makefile,v
retrieving revision 1.105
diff -u -r1.105 Makefile
--- Makefile	8 Jun 2008 07:34:37 -0000	1.105
+++ Makefile	8 Jun 2008 07:35:59 -0000
@@ -8,11 +8,11 @@
 PORTNAME=	amanda
 PORTVERSION=	2.5.1p3
 PORTREVISION?=	4
-PKGNAMESUFFIX?=	-server
 PORTEPOCH=	1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	amanda
+PKGNAMESUFFIX?=	-server
 
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT?=	The Advanced Maryland Automatic Network Disk Archiver (server)
>Release-Note:
>Audit-Trail:
>Unformatted:



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