Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 13:51:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384579 - head/finance/frontaccounting
Message-ID:  <201504231351.t3NDpwsZ079996@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Apr 23 13:51:58 2015
New Revision: 384579
URL: https://svnweb.freebsd.org/changeset/ports/384579

Log:
  - Simplify MASTER_SITES
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/finance/frontaccounting/Makefile

Modified: head/finance/frontaccounting/Makefile
==============================================================================
--- head/finance/frontaccounting/Makefile	Thu Apr 23 13:51:54 2015	(r384578)
+++ head/finance/frontaccounting/Makefile	Thu Apr 23 13:51:58 2015	(r384579)
@@ -4,8 +4,7 @@
 PORTNAME=	frontaccounting
 DISTVERSION=	2.3.22
 CATEGORIES=	finance www
-MASTER_SITES=	SF
-MASTER_SITE_SUBDIR=	${PORTNAME}/FrontAccounting-2.3/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION}
 
 MAINTAINER=	ek@purplehat.org
 COMMENT=	Simple, powerful system for the entire ERP chain
@@ -13,7 +12,7 @@ COMMENT=	Simple, powerful system for the
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
-USES=		gettext
+USES=		cpe gettext
 USE_MYSQL=	yes
 USE_PHP+=	mysql mysqli openssl session
 



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