diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-10 08:54:49 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-10 08:54:49 +0800 |
commit | aee156c45e4347a72b6e9e55ed135205c49223a2 (patch) | |
tree | 9087a49dec92e6ff36306895aa0affe98f12758c /www/roundup/Makefile | |
parent | 1af9bb4bf50b8c1862e5b399d4e14465ec9033ed (diff) | |
download | freebsd-ports-gnome-aee156c45e4347a72b6e9e55ed135205c49223a2.tar.gz freebsd-ports-gnome-aee156c45e4347a72b6e9e55ed135205c49223a2.tar.zst freebsd-ports-gnome-aee156c45e4347a72b6e9e55ed135205c49223a2.zip |
- update to 1.1.2
- remove sf.net as mirror site
PR: ports/97067
Submitted by: maintainer (Dryice Liu)
Diffstat (limited to 'www/roundup/Makefile')
-rw-r--r-- | www/roundup/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile index c33d52224513..523ac396a003 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -6,10 +6,9 @@ # PORTNAME= roundup -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://cheeseshop.python.org/packages/source/r/roundup/ \ +MASTER_SITES= http://cheeseshop.python.org/packages/source/r/roundup/ \ http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= ${PORTNAME} |