diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-03-18 09:31:43 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-03-18 09:31:43 +0000 |
commit | 08847fddca77edffa91fdccc57c2a7767e4a6c84 (patch) | |
tree | 8bfce40f1371094ecdd1c21cc36ad1e94c0519b9 /deskutils/basket/Makefile | |
parent | 95c166c2c434e94834f212782c24dab2b712ad35 (diff) |
- Update to version 0.4.0
- don't use USE_SIZE anymore
- Update MASTER_SITES and WWW
Approved by: arved (mentor)
Notes
Notes:
svn path=/head/; revision=104420
Diffstat (limited to 'deskutils/basket/Makefile')
-rw-r--r-- | deskutils/basket/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index 6b170620f1f9..0d2e4a349a14 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -5,16 +5,14 @@ # $FreeBSD$ PORTNAME= basket -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= deskutils kde -MASTER_SITES= http://www.brueffer.de/distfiles/ +MASTER_SITES= http://les83plus.free.fr/sebastien.laout/basket/downloads/ MAINTAINER= markus@FreeBSD.org COMMENT= Desktop organization tool -WRKSRC= ${WRKDIR}/${PORTNAME}-0.3.2 -USE_SIZE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 USE_KDELIBS_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes |