svn commit: r418532 - head/x11/grabc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 14 12:36:39 UTC 2016


Author: amdmi3
Date: Thu Jul 14 12:36:38 2016
New Revision: 418532
URL: https://svnweb.freebsd.org/changeset/ports/418532

Log:
  - Pass maintainership to submitter
  - Add mirror
  - Add LICENSE
  
  PR:             211091
  Submitted by:   freebsd at skysmurf.nl

Modified:
  head/x11/grabc/Makefile

Modified: head/x11/grabc/Makefile
==============================================================================
--- head/x11/grabc/Makefile	Thu Jul 14 12:34:51 2016	(r418531)
+++ head/x11/grabc/Makefile	Thu Jul 14 12:36:38 2016	(r418532)
@@ -5,12 +5,15 @@ PORTNAME=	grabc
 PORTVERSION=	1.1
 PORTREVISION=	4
 CATEGORIES=	x11
-MASTER_SITES=	http://muquit.com/muquit/software/grabc/
+MASTER_SITES=	http://muquit.com/muquit/software/grabc/ \
+		http://www.skysmurf.nl/comp/FreeBSD/distfiles/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	freebsd at skysmurf.nl
 COMMENT=	Grab a color from screen
 
+LICENSE=	GPLv2 # specified on the website
+
 PLIST_FILES=	bin/grabc
 USE_XORG=	x11
 CFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list