svn commit: r449762 - head/misc/cave

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 13 09:01:53 UTC 2017


Author: amdmi3
Date: Wed Sep 13 09:01:51 2017
New Revision: 449762
URL: https://svnweb.freebsd.org/changeset/ports/449762

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/misc/cave/Makefile
  head/misc/cave/pkg-descr

Modified: head/misc/cave/Makefile
==============================================================================
--- head/misc/cave/Makefile	Wed Sep 13 08:58:17 2017	(r449761)
+++ head/misc/cave/Makefile	Wed Sep 13 09:01:51 2017	(r449762)
@@ -9,6 +9,8 @@ MASTER_SITES=	SF/bjk/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Character Animation Viewer for Everyone
 
+LICENSE=	GPLv2+
+
 USES=		ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LIBS="${LDFLAGS} -lncurses"

Modified: head/misc/cave/pkg-descr
==============================================================================
--- head/misc/cave/pkg-descr	Wed Sep 13 08:58:17 2017	(r449761)
+++ head/misc/cave/pkg-descr	Wed Sep 13 09:01:51 2017	(r449762)
@@ -2,4 +2,4 @@ CAVE (Character Animation Viewer for Everyone) is an a
 It uses (n)curses for its interface so you'll need to have those libraries
 installed.
 
-WWW: http://benkibbey.wordpress.com/cave/
+WWW: https://benkibbey.wordpress.com/cave/


More information about the svn-ports-all mailing list