Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2012 01:42:55 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302558 - head/www/c-icap-modules
Message-ID:  <201208150142.q7F1gtMh082229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Wed Aug 15 01:42:54 2012
New Revision: 302558
URL: http://svn.freebsd.org/changeset/ports/302558

Log:
  Add security to CATEGORIES
  Fix Makefile order

Modified:
  head/www/c-icap-modules/Makefile

Modified: head/www/c-icap-modules/Makefile
==============================================================================
--- head/www/c-icap-modules/Makefile	Wed Aug 15 01:41:41 2012	(r302557)
+++ head/www/c-icap-modules/Makefile	Wed Aug 15 01:42:54 2012	(r302558)
@@ -7,10 +7,10 @@
 
 PORTNAME=	c-icap
 PORTVERSION=	0.2.1
-CATEGORIES=	www
+CATEGORIES=	www security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.2.x/
-DISTNAME=	c_icap_modules-${PORTVERSION}
 PKGNAMESUFFIX=	-modules
+DISTNAME=	c_icap_modules-${PORTVERSION}
 
 MAINTAINER=	mm@FreeBSD.org
 COMMENT=	c-icap modules virus_scan and srv_url_check



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