Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 07:20:25 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364506 - head/www/bacula-web
Message-ID:  <53e71d39.2092.347ab483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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