diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-07 15:46:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-07 15:46:38 +0000 |
commit | a17d5b334a92766c77dac31424e15056d49cd468 (patch) | |
tree | dda6f26584398a1122b0c6d5961662873f9c628d /finance/gnucash/Makefile | |
parent | ccebf960be63508e8601779ce8352b3fe34473a3 (diff) |
Update to 1.4.5, reorder MASTER_SITES, and sort PLIST
Notes
Notes:
svn path=/head/; revision=32397
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 120ca29be9f6..9f69b20d6a7e 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnucash -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= deskutils gnome -MASTER_SITES= ftp://ftp.gnucash.org/pub/gnucash/gnucash/sources/stable/ \ - http://www.gnucash.org/pub/gnucash/sources/stable/ \ +MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ + ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ http://www.linas.org/pub/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnucash |