From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 02:52:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A34EA35F; Wed, 27 Nov 2013 02:52:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8411B20E9; Wed, 27 Nov 2013 02:52:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR2q2FQ062259; Wed, 27 Nov 2013 02:52:02 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR2q2NE062256; Wed, 27 Nov 2013 02:52:02 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311270252.rAR2q2NE062256@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 27 Nov 2013 02:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334993 - head/devel/libbegemot 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.16 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: Wed, 27 Nov 2013 02:52:02 -0000 Author: danilo Date: Wed Nov 27 02:52:01 2013 New Revision: 334993 URL: http://svnweb.freebsd.org/changeset/ports/334993 Log: - Add stage support - Add one additional site in MASTER_SITES - Add LICENSE - Convert USE_GMAKE to USES (while here) - Remove the indefinite article from COMMENT PR: ports/184317 Submitted by: Ilya A. Arkhipov Modified: head/devel/libbegemot/Makefile head/devel/libbegemot/pkg-plist Modified: head/devel/libbegemot/Makefile ============================================================================== --- head/devel/libbegemot/Makefile Wed Nov 27 01:56:47 2013 (r334992) +++ head/devel/libbegemot/Makefile Wed Nov 27 02:52:01 2013 (r334993) @@ -5,23 +5,26 @@ PORTNAME= libbegemot PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ -DISTNAME= libbegemot-${PORTVERSION} +MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \ + http://m1cro.tk/ports/distfiles/libbegemot/ MAINTAINER= rum1cro@yandex.ru -COMMENT= A function library for begemot tools +COMMENT= Function library for begemot tools + +LICENSE= BSD2CLAUSE +LICENSE_NAME= FreeBSD BSD Variant (2 clause BSD) +LICENSE_FILE= ${WRKDIR}/libbegemot-${PORTVERSION}/COPYRIGHT +LICENSE_PERMS= auto-accept GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ +MAN_FILES= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 -MLINKS= xalloc.1 xrealloc.1 -NO_STAGE= yes run-autotools:: @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/) @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) @@ -30,9 +33,9 @@ run-autotools:: ${WRKSRC}/configure post-install: -.for i in ${MAN1} +.for i in ${MAN_FILES} @${CP} ${WRKSRC}/${i:S/.1/.man/} ${WRKSRC}/${i} - ${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include Modified: head/devel/libbegemot/pkg-plist ============================================================================== --- head/devel/libbegemot/pkg-plist Wed Nov 27 01:56:47 2013 (r334992) +++ head/devel/libbegemot/pkg-plist Wed Nov 27 02:52:01 2013 (r334993) @@ -1,6 +1,20 @@ +include/begemot.h +include/rpoll.h lib/libbegemot.a lib/libbegemot.la lib/libbegemot.so lib/libbegemot.so.1 -include/begemot.h -include/rpoll.h +man/man1/cstrc.1.gz +man/man1/frame.1.gz +man/man1/getfields.1.gz +man/man1/intro.1.gz +man/man1/panic.1.gz +man/man1/prstat.1.gz +man/man1/readline.1.gz +man/man1/rpoll.1.gz +man/man1/strnchr.1.gz +man/man1/strnlen.1.gz +man/man1/strsave.1.gz +man/man1/strtrimsp.1.gz +man/man1/verb.1.gz +man/man1/xalloc.1.gz