svn commit: r384579 - head/finance/frontaccounting

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 23 13:51:59 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list