diff options
author | vs <vs@FreeBSD.org> | 2004-07-19 09:21:37 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-19 09:21:37 +0000 |
commit | 764a3d1dde7317a12d2bcaee4f8b6d1c6b335993 (patch) | |
tree | 34c1d31ee898d25b9da5b48d78f5254d2f2f3f3c /www/akregator/Makefile | |
parent | ebc5af9f3e3cc18e398a508e7224a82ee5b32158 (diff) | |
download | FreeBSD-ports-764a3d1dde7317a12d2bcaee4f8b6d1c6b335993.zip FreeBSD-ports-764a3d1dde7317a12d2bcaee4f8b6d1c6b335993.tar.gz |
- Update www/akregator to 1.0b5
- SF.net behaves normal again
PR: ports/69259
Submitted by: Jie Gao
Diffstat (limited to 'www/akregator/Makefile')
-rw-r--r-- | www/akregator/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/akregator/Makefile b/www/akregator/Makefile index 2df18f8..f0a7154 100644 --- a/www/akregator/Makefile +++ b/www/akregator/Makefile @@ -5,14 +5,11 @@ # $FreeBSD$ PORTNAME= akregator -PORTVERSION= 1.0.b4f -PORTREVISION= 1 +PORTVERSION= 1.0.b5 CATEGORIES= www kde -#SF has some problem. This is a temporary mirror. -MASTER_SITES= http://berk.upnet.ru/projects/kde/akregator/download/ -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -#MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= akregator-1.0_beta4fixed +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/_beta/} MAINTAINER= ports@FreeBSD.org COMMENT= An RSS aggregator for KDE |