Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 14:52:01 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389934 - head/www/oscommerce
Message-ID:  <201506171452.t5HEq1o0037816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jun 17 14:52:01 2015
New Revision: 389934
URL: https://svnweb.freebsd.org/changeset/ports/389934

Log:
  Fix previous commit.
  
  Sponsored by:	Absolight

Modified:
  head/www/oscommerce/Makefile
  head/www/oscommerce/pkg-plist

Modified: head/www/oscommerce/Makefile
==============================================================================
--- head/www/oscommerce/Makefile	Wed Jun 17 14:26:19 2015	(r389933)
+++ head/www/oscommerce/Makefile	Wed Jun 17 14:52:01 2015	(r389934)
@@ -3,7 +3,7 @@
 
 PORTNAME=	oscommerce
 DISTVERSION=	2.3.3.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://www.oscommerce.com/files/
@@ -18,6 +18,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 SUB_FILES=	pkg-message
 PORTDOCS=	CHANGELOG LICENSE STANDARD release_notes.pdf documentation.pdf
+PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/www/oscommerce/pkg-plist
==============================================================================
--- head/www/oscommerce/pkg-plist	Wed Jun 17 14:26:19 2015	(r389933)
+++ head/www/oscommerce/pkg-plist	Wed Jun 17 14:52:01 2015	(r389934)
@@ -1024,3 +1024,5 @@
 %%WWWDIR%%/catalog/ssl_check.php
 %%WWWDIR%%/catalog/stylesheet.css
 %%WWWDIR%%/catalog/tell_a_friend.php
+@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/download
+@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/pub



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