From owner-svn-ports-all@FreeBSD.ORG Sun Aug 10 07:20:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CEC975D for ; Sun, 10 Aug 2014 07:20:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1212920BE for ; Sun, 10 Aug 2014 07:20:25 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 2092 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 07:20:25 +0000 From: John Marino Date: Sun, 10 Aug 2014 07:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364506 - head/www/bacula-web X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e71d39.2092.347ab483@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 07:20:25 -0000 Author: marino Date: Sun Aug 10 07:20:24 2014 New Revision: 364506 URL: http://svnweb.freebsd.org/changeset/ports/364506 QAT: https://qat.redports.org/buildarchive/r364506/ Log: Reverse categories in www/baculaweb for portmaster and friends Nobody noticed that the submitter added a new category to the port and kept it in alphabetical order rather than "true" category first, so we need to move "www" back to the front of the line. PR: 191583 Modified: head/www/bacula-web/Makefile Modified: head/www/bacula-web/Makefile ============================================================================== --- head/www/bacula-web/Makefile Sun Aug 10 07:16:23 2014 (r364505) +++ head/www/bacula-web/Makefile Sun Aug 10 07:20:24 2014 (r364506) @@ -4,7 +4,7 @@ PORTNAME= bacula-web DISTVERSION= 6.0.1 PORTREVISION= 1 -CATEGORIES= sysutils www +CATEGORIES= www sysutils MASTER_SITES= http://www.bacula-web.org/files/bacula-web.org/downloads/ MAINTAINER= dan@langille.org