1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.3RC3 release

- Fix dependencies (add USE_PHP)
- Remove BROKEN and DEPRECATED
- Correct URL
- Add SIZE

Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-02-16 13:56:15 +00:00
parent 1707b02a37
commit 4630fc839b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101059
3 changed files with 11 additions and 13 deletions

View File

@ -5,34 +5,31 @@
# $FreeBSD$
PORTNAME= myphpmoney
PORTVERSION= 1.3
PORTVERSION= 1.3.r3
PORTEPOCH= 1
CATEGORIES= finance www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= myphpmoney
DISTNAME= ${PORTNAME}-${PORTVERSION}RC2
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/}
MAINTAINER= courou@users.sourceforge.net
COMMENT= A PHP script for managing your accounts
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client
BROKEN= "Inconsistent dependencies (mysql 3.x and 4.x)"
DEPRECATED= "This port will be removed on April 15 if still broken."
PREFIX= ${LOCALBASE}
WEBOWN?= www
WEBGRP?= www
APACHEDIR= ${PREFIX}/www/data
INSTALLDIR= ${APACHEDIR}/myphpmoney
USE_BZIP2= yes
USE_PHP= yes
WANT_PHP_WEB= yes
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
post-patch:
${RM} -f ${PLIST}
cd ${WRKSRC};\
@cd ${WRKSRC};\
${FIND} . ! -type d | ${SORT} | ${SED} "s|^.|%%INSTALLDIR%%|"\
>${PLIST};\
${FIND} . -type d | ${SORT} -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\

View File

@ -1 +1,2 @@
MD5 (myphpmoney-1.3RC2.tar.gz) = 158f28474dd7d16d2cc95d8f92fe086b
MD5 (myphpmoney-1.3RC3.tar.bz2) = f324b0bcc796e1aab0e36403d2d91920
SIZE (myphpmoney-1.3RC3.tar.bz2) = 542078

View File

@ -1,8 +1,8 @@
MyPhpMoney is a set of scripts (Open Source)
which allows you to manage your accounts,
with the possibility to compare with your old currency :
with the possibility to compare with your old currency:
Francs, Lire, etc (More than 230 currencies available)
WWW: http://sourceforge.net/projects/myphpmoney/
WWW: http://myphpmoney.sourceforge.net/
- Courou <courou@users.sourceforge.net>