svn commit: r517280 - head/security/proftpd-mod_clamav

Martin Matuska mm at FreeBSD.org
Mon Nov 11 18:32:27 UTC 2019


Author: mm
Date: Mon Nov 11 18:32:26 2019
New Revision: 517280
URL: https://svnweb.freebsd.org/changeset/ports/517280

Log:
  Unbreak: make security/proftpd_clamav fetchable again
  
  Submitted by:		Dima Panov <fluffy at FreeBSD.org>

Modified:
  head/security/proftpd-mod_clamav/Makefile

Modified: head/security/proftpd-mod_clamav/Makefile
==============================================================================
--- head/security/proftpd-mod_clamav/Makefile	Mon Nov 11 18:29:54 2019	(r517279)
+++ head/security/proftpd-mod_clamav/Makefile	Mon Nov 11 18:32:26 2019	(r517280)
@@ -11,8 +11,6 @@ PKGNAMEPREFIX=	proftpd-
 MAINTAINER=	mm at FreeBSD.org
 COMMENT=	ClamAV ProFTPD module
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2
 
 DESCR=		${.CURDIR}/pkg-descr
@@ -22,9 +20,9 @@ MASTERDIR=	${.CURDIR}/../../ftp/proftpd
 GIT_REVISION=	c8586c7
 
 RUN_DEPENDS+=	clamd:security/clamav
-_PROFTPD_MODULE_DISTFILES=	mod_clamav-v0.14rc2${EXTRACT_SUFX}:clamav
-_PROFTPD_MODULE_EXTRACT_ONLY=	mod_clamav-v0.14rc2${EXTRACT_SUFX}
-_PROFTPD_MODULE_MASTER_SITES=	https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/${GH_TAGNAME}?dummy=/:clamav
+_PROFTPD_MODULE_DISTFILES=	${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${EXTRACT_SUFX}:clamav
+_PROFTPD_MODULE_EXTRACT_ONLY=	${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${EXTRACT_SUFX}
+_PROFTPD_MODULE_MASTER_SITES=	https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/v${DISTVERSION}?dummy=/:clamav
 
 INCLUDEDIRS=	${LOCALBASE}/include
 LIBDIRS=	${LOCALBASE}/lib


More information about the svn-ports-all mailing list