diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-27 06:18:36 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-27 06:18:36 +0000 |
commit | e669ea7faf307fde24bda77636babd137442638c (patch) | |
tree | de995389e001f38df782282a8089087e383f80bb | |
parent | 751abcd0d0415f91c22468acfdd27a4b4c052a85 (diff) | |
download | FreeBSD-ports-e669ea7faf307fde24bda77636babd137442638c.zip FreeBSD-ports-e669ea7faf307fde24bda77636babd137442638c.tar.gz |
Updated master_sites. The new master_sites doesn't hold the tarballs
for the current port version, but at least it's a pointer in the
right directory if the port gets updated.
Noticed by: portsurvey
-rw-r--r-- | misc/libelysium/Makefile | 4 | ||||
-rw-r--r-- | misc/libelysium/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/libelysium/Makefile b/misc/libelysium/Makefile index 7a3ae06..ffe36a2 100644 --- a/misc/libelysium/Makefile +++ b/misc/libelysium/Makefile @@ -8,7 +8,9 @@ PORTNAME= libelysium PORTVERSION= 0.3.5 CATEGORIES= misc gnome -MASTER_SITES= http://elysium.zoned.net/${PORTNAME}/ +# The master_site doesn't hold the 0.3.5 tarballs anymore, but is +# a reference for the person who wants to upgrade this port - edwin 20021227 +MASTER_SITES= http://elysium-project.sourceforge.net/ MAINTAINER= sobomax@FreeBSD.org diff --git a/misc/libelysium/pkg-descr b/misc/libelysium/pkg-descr index 5a918bf..aef7452 100644 --- a/misc/libelysium/pkg-descr +++ b/misc/libelysium/pkg-descr @@ -1,3 +1,3 @@ LibElysium is a library of utility functions used by several Elysium projects. -WWW: http://elysium.zoned.net/libelysium/index.html +WWW: http://elysium-project.sourceforge.net/ |