From owner-svn-ports-head@freebsd.org Fri Feb 3 09:01:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8286BCCEB33; Fri, 3 Feb 2017 09:01:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3654B1E92; Fri, 3 Feb 2017 09:01:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1391Pf7084324; Fri, 3 Feb 2017 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1391PQ2084321; Fri, 3 Feb 2017 09:01:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702030901.v1391PQ2084321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Feb 2017 09:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433208 - in head/www/larbin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 09:01:26 -0000 Author: amdmi3 Date: Fri Feb 3 09:01:24 2017 New Revision: 433208 URL: https://svnweb.freebsd.org/changeset/ports/433208 Log: - Add LICENSE_FILE - Switch to options helpers - Simplify installation - Regenerate patches - Fix WWW: Modified: head/www/larbin/Makefile head/www/larbin/files/patch-adns_internal.h head/www/larbin/pkg-descr Modified: head/www/larbin/Makefile ============================================================================== --- head/www/larbin/Makefile Fri Feb 3 08:58:31 2017 (r433207) +++ head/www/larbin/Makefile Fri Feb 3 09:01:24 2017 (r433208) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= HTTP crawler with an easy interface LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ makedepend:devel/makedepend @@ -60,12 +61,11 @@ post-patch: s|\([[:blank:]]\)endl|\1std::endl|g' do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} larbin \ - ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_DATA} larbin.conf \ - ${STAGEDIR}${PREFIX}/etc/larbin.conf.sample) + ${INSTALL_PROGRAM} ${WRKSRC}/larbin ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/larbin.conf ${STAGEDIR}${PREFIX}/etc/larbin.conf.sample + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${INSTALL_DATA} * \ - ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include Modified: head/www/larbin/files/patch-adns_internal.h ============================================================================== --- head/www/larbin/files/patch-adns_internal.h Fri Feb 3 08:58:31 2017 (r433207) +++ head/www/larbin/files/patch-adns_internal.h Fri Feb 3 09:01:24 2017 (r433208) @@ -1,6 +1,6 @@ ---- adns/internal.h.orig Thu Mar 3 16:00:32 2005 -+++ adns/internal.h Thu Mar 3 16:02:10 2005 -@@ -567,7 +567,7 @@ +--- adns/internal.h.orig 2002-01-02 10:44:52 UTC ++++ adns/internal.h +@@ -567,7 +567,7 @@ typedef enum { } parsedomain_flags; adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu, Modified: head/www/larbin/pkg-descr ============================================================================== --- head/www/larbin/pkg-descr Fri Feb 3 08:58:31 2017 (r433207) +++ head/www/larbin/pkg-descr Fri Feb 3 09:01:24 2017 (r433208) @@ -15,6 +15,6 @@ The following can be done with Larbin: Larbin is created by: Sebastien Ailleret -WWW: http://larbin.sourceforge.net +WWW: http://larbin.sourceforge.net/ WWW: http://www.sourceforge.net/projects/larbin -WWW: http://www.ailleret.com +WWW: http://www.ailleret.com/