diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-30 12:13:02 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-30 12:13:02 +0000 |
commit | cb2c733b13c3441a6cf86fb4a7ab38efef1edb8b (patch) | |
tree | f487a51f7597e6741136c8d85a7ec9a77adb6e48 | |
parent | Unmark BROKEN, the source can be fetched correctly. (diff) |
Fix MASTER_SITES and unmark BROKEN.
Notes
Notes:
svn path=/head/; revision=404841
-rw-r--r-- | mail/gnarwl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/gnarwl/Makefile b/mail/gnarwl/Makefile index 6176059ca99b..a469f5859433 100644 --- a/mail/gnarwl/Makefile +++ b/mail/gnarwl/Makefile @@ -5,13 +5,11 @@ PORTNAME= gnarwl PORTVERSION= 3.6 PORTREVISION= 5 CATEGORIES= mail -MASTER_SITES= http://www.onyxbits.de/sites/default/files/ +MASTER_SITES= http://www.onyxbits.de/sites/default/files/download/15/ MAINTAINER= ports@FreeBSD.org COMMENT= Email autoresponder that gets data from LDAP -BROKEN= unfetchable - LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed |