svn commit: r509635 - head/devel/cproto

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 23 09:02:39 UTC 2019


Author: amdmi3
Date: Fri Aug 23 09:02:38 2019
New Revision: 509635
URL: https://svnweb.freebsd.org/changeset/ports/509635

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

Modified:
  head/devel/cproto/Makefile
  head/devel/cproto/pkg-descr

Modified: head/devel/cproto/Makefile
==============================================================================
--- head/devel/cproto/Makefile	Fri Aug 23 06:48:20 2019	(r509634)
+++ head/devel/cproto/Makefile	Fri Aug 23 09:02:38 2019	(r509635)
@@ -9,8 +9,10 @@ MASTER_SITES=	ftp://invisible-island.net/cproto/
 MAINTAINER=	thomas at bsdunix.ch
 COMMENT=	Generate C function prototypes and convert function definitions
 
-GNU_CONFIGURE=	yes
+LICENSE=	PD
+
 USES=		tar:tgz
+GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/cproto man/man1/cproto.1.gz
 

Modified: head/devel/cproto/pkg-descr
==============================================================================
--- head/devel/cproto/pkg-descr	Fri Aug 23 06:48:20 2019	(r509634)
+++ head/devel/cproto/pkg-descr	Fri Aug 23 09:02:38 2019	(r509635)
@@ -12,4 +12,4 @@ Cproto is in the public domain, except for the configu
 copyrighted by the Free Software Foundation, Inc.  If you have any comments
 or find any bugs, please let me know.
 
-WWW: http://invisible-island.net/cproto/
+WWW: https://invisible-island.net/cproto/


More information about the svn-ports-all mailing list