Date: Fri, 23 Aug 2019 09:02:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509635 - head/devel/cproto Message-ID: <201908230902.x7N92ciU041549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908230902.x7N92ciU041549>