diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-07-17 05:20:42 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-07-17 05:22:35 +0000 |
commit | 9e0fe9e4550bcea68d6dcbb42ea14f68c56225f1 (patch) | |
tree | cfa2b66d9cca79fe653e43dcbdc80a4621855206 | |
parent | 5a1c421383c2917be9b4038c789ef7fc0e3ecb19 (diff) |
www/dfileserver: Remove broken mirror and update WWW
No portrevision bump required
-rw-r--r-- | www/dfileserver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/dfileserver/Makefile b/www/dfileserver/Makefile index 739732c7cc5e..c448e3bfce13 100644 --- a/www/dfileserver/Makefile +++ b/www/dfileserver/Makefile @@ -2,12 +2,11 @@ PORTNAME= DFileServer PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ - http://harpy.soarwitheagles.net/~dashy/ +MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Compact web server designed to make sharing files easy -WWW= http://www.bebik.net/doku.php?id=software:dfileserver +WWW= https://osorio.me/projects/dev/dfileserver/ LICENSE= BSD3CLAUSE |