diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-16 13:56:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-16 13:56:15 +0000 |
commit | 4630fc839bc3574e1d75e7653874e2beed982002 (patch) | |
tree | 6fe7484703b8f5cb95e51d3b973fcc4be7ef29cb /finance/myphpmoney | |
parent | Update win32api to version 2.5 (diff) |
- Update to 1.3RC3 release
- Fix dependencies (add USE_PHP)
- Remove BROKEN and DEPRECATED
- Correct URL
- Add SIZE
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=101059
Diffstat (limited to 'finance/myphpmoney')
-rw-r--r-- | finance/myphpmoney/Makefile | 17 | ||||
-rw-r--r-- | finance/myphpmoney/distinfo | 3 | ||||
-rw-r--r-- | finance/myphpmoney/pkg-descr | 4 |
3 files changed, 11 insertions, 13 deletions
diff --git a/finance/myphpmoney/Makefile b/finance/myphpmoney/Makefile index 5f670713fef3..03471559acb2 100644 --- a/finance/myphpmoney/Makefile +++ b/finance/myphpmoney/Makefile @@ -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%%|"\ diff --git a/finance/myphpmoney/distinfo b/finance/myphpmoney/distinfo index 80a20e18b467..7f101650adc5 100644 --- a/finance/myphpmoney/distinfo +++ b/finance/myphpmoney/distinfo @@ -1 +1,2 @@ -MD5 (myphpmoney-1.3RC2.tar.gz) = 158f28474dd7d16d2cc95d8f92fe086b +MD5 (myphpmoney-1.3RC3.tar.bz2) = f324b0bcc796e1aab0e36403d2d91920 +SIZE (myphpmoney-1.3RC3.tar.bz2) = 542078 diff --git a/finance/myphpmoney/pkg-descr b/finance/myphpmoney/pkg-descr index b301c4416d50..3997e93e3a05 100644 --- a/finance/myphpmoney/pkg-descr +++ b/finance/myphpmoney/pkg-descr @@ -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> |