svn commit: r436821 - head/net/clamz

Mark Linimon linimon at FreeBSD.org
Fri Mar 24 15:35:31 UTC 2017


Author: linimon
Date: Fri Mar 24 15:35:30 2017
New Revision: 436821
URL: https://svnweb.freebsd.org/changeset/ports/436821

Log:
  Maintainer's email address bounces.
  
  Pet portlint.

Modified:
  head/net/clamz/Makefile

Modified: head/net/clamz/Makefile
==============================================================================
--- head/net/clamz/Makefile	Fri Mar 24 15:33:53 2017	(r436820)
+++ head/net/clamz/Makefile	Fri Mar 24 15:35:30 2017	(r436821)
@@ -7,17 +7,17 @@ PORTREVISION=	4
 CATEGORIES=	net audio
 MASTER_SITES=	GOOGLE_CODE
 
-MAINTAINER=	glathe.helko at googlemail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Command-line program to download MP3 files from Amazon's music store
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
 		libgcrypt.so:security/libgcrypt
 
+BROKEN=		Unfetchable (google code has gone away)
+DEPRECATED=	Unfetchable for more than six months (google code has gone away)
+EXPIRATION_DATE=	2017-04-30
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list