From owner-svn-ports-branches@FreeBSD.ORG Sun Dec 29 11:23:23 2013 Return-Path: Delivered-To: svn-ports-branches@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 4963D490; Sun, 29 Dec 2013 11:23:23 +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 34AC71D42; Sun, 29 Dec 2013 11:23:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTBNNg3096244; Sun, 29 Dec 2013 11:23:23 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTBNNKH096243; Sun, 29 Dec 2013 11:23:23 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201312291123.rBTBNNKH096243@svn.freebsd.org> From: Rene Ladan Date: Sun, 29 Dec 2013 11:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337956 - branches/2014Q1/misc/biosfont-demos X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 11:23:23 -0000 Author: rene Date: Sun Dec 29 11:23:22 2013 New Revision: 337956 URL: http://svnweb.freebsd.org/changeset/ports/337956 Log: MFH: r337952 Install the showchar binary as show_char to avoid a conflict with print/psutils. Bump PORTREVISION Approved by: portmgr (mat) Modified: branches/2014Q1/misc/biosfont-demos/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/misc/biosfont-demos/Makefile ============================================================================== --- branches/2014Q1/misc/biosfont-demos/Makefile Sun Dec 29 10:58:07 2013 (r337955) +++ branches/2014Q1/misc/biosfont-demos/Makefile Sun Dec 29 11:23:22 2013 (r337956) @@ -3,7 +3,7 @@ PORTNAME= biosfont-demos PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} #MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/ @@ -17,14 +17,14 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont -PLIST_FILES= bin/showchar bin/showdati +PLIST_FILES= bin/show_char bin/showdati do-build: - ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include + ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/show_char -I${LOCALBASE}/include ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/showchar ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/show_char ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/showdati ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-branches@FreeBSD.ORG Sun Dec 29 11:25:30 2013 Return-Path: Delivered-To: svn-ports-branches@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 85A33735; Sun, 29 Dec 2013 11:25:30 +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 57CCA1D63; Sun, 29 Dec 2013 11:25:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTBPUhq096740; Sun, 29 Dec 2013 11:25:30 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTBPTP6096738; Sun, 29 Dec 2013 11:25:30 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201312291125.rBTBPTP6096738@svn.freebsd.org> From: Rene Ladan Date: Sun, 29 Dec 2013 11:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337959 - branches/2014Q1/biology/boinc-simap X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 11:25:30 -0000 Author: rene Date: Sun Dec 29 11:25:29 2013 New Revision: 337959 URL: http://svnweb.freebsd.org/changeset/ports/337959 Log: MFH: r337954 The hmmer binary was renamed upstream to indicate that it is now an archive file, adjust the port so that fetch and extract work again. Approved by: portmgr (mat) Modified: branches/2014Q1/biology/boinc-simap/Makefile branches/2014Q1/biology/boinc-simap/distinfo Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/biology/boinc-simap/Makefile ============================================================================== --- branches/2014Q1/biology/boinc-simap/Makefile Sun Dec 29 11:24:40 2013 (r337958) +++ branches/2014Q1/biology/boinc-simap/Makefile Sun Dec 29 11:25:29 2013 (r337959) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= biology MASTER_SITES= http://boincsimap.org/boincsimap/download/ DISTNAME= ${SIMAP_BINARY} ${HMMER_BINARY} -EXTRACT_SUFX= # +EXTRACT_ONLY= ${HMMER_BINARY} MAINTAINER= rene@FreeBSD.org COMMENT= Similarity Matrix of Proteins project for BOINC @@ -65,7 +65,7 @@ do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${SIMAP_BINARY} ${WRKDIR} @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${HMMER_BINARY} ${EXTRACT_AFTER_ARGS}) + ${DISTDIR}/${HMMER_BINARY}.tar.gz ${EXTRACT_AFTER_ARGS}) do-install: ${INSTALL} -d ${STAGEDIR}${BOINC_CLIENT_HOME}/projects Modified: branches/2014Q1/biology/boinc-simap/distinfo ============================================================================== --- branches/2014Q1/biology/boinc-simap/distinfo Sun Dec 29 11:24:40 2013 (r337958) +++ branches/2014Q1/biology/boinc-simap/distinfo Sun Dec 29 11:25:29 2013 (r337959) @@ -2,7 +2,7 @@ SHA256 (simap_5.10_i386-pc-freebsd) = 85 SIZE (simap_5.10_i386-pc-freebsd) = 391012 SHA256 (simap_5.10_i686-pc-freebsd) = 360e29dcc7705e16254f3b33a8e2183c57fa54fb539b0a117a6484852b726e30 SIZE (simap_5.10_i686-pc-freebsd) = 349724 -SHA256 (hmmer_5.09_i386-pc-freebsd) = 2cb02e6eafcae3cd8bea74a71c794e715df30112eab5be7e6473a7507ed60288 -SIZE (hmmer_5.09_i386-pc-freebsd) = 581267 -SHA256 (hmmer_5.09_i686-pc-freebsd) = 90f048c17d0cd944ead4b57a5c6de4b397df76fd39b5976f933a9004b8bcf91e -SIZE (hmmer_5.09_i686-pc-freebsd) = 617590 +SHA256 (hmmer_5.09_i386-pc-freebsd.tar.gz) = 2cb02e6eafcae3cd8bea74a71c794e715df30112eab5be7e6473a7507ed60288 +SIZE (hmmer_5.09_i386-pc-freebsd.tar.gz) = 581267 +SHA256 (hmmer_5.09_i686-pc-freebsd.tar.gz) = 90f048c17d0cd944ead4b57a5c6de4b397df76fd39b5976f933a9004b8bcf91e +SIZE (hmmer_5.09_i686-pc-freebsd.tar.gz) = 617590 From owner-svn-ports-branches@FreeBSD.ORG Mon Dec 30 13:40:51 2013 Return-Path: Delivered-To: svn-ports-branches@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 B90BFBB4; Mon, 30 Dec 2013 13:40:51 +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 A4C811DCE; Mon, 30 Dec 2013 13:40:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUDepxn045178; Mon, 30 Dec 2013 13:40:51 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUDepAg045177; Mon, 30 Dec 2013 13:40:51 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201312301340.rBUDepAg045177@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 30 Dec 2013 13:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r338114 - branches/2014Q1/sysutils/multitail X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 13:40:51 -0000 Author: mat Date: Mon Dec 30 13:40:51 2013 New Revision: 338114 URL: http://svnweb.freebsd.org/changeset/ports/338114 Log: MFH: r338113 Fixup the config file path, otherwise, it ends up trying to read it from, the stagedir, which, from a poudriere built package would be: You can prevent this message by adding the line 'check_mail:0' in /wrkdirs/usr/ports/sysutils/multitail/work/stage/usr/local/etc/multitail.conf or in .multitailrc in your home-directory. Approved by: portmgr (implicit) Modified: branches/2014Q1/sysutils/multitail/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/sysutils/multitail/Makefile ============================================================================== --- branches/2014Q1/sysutils/multitail/Makefile Mon Dec 30 13:39:47 2013 (r338113) +++ branches/2014Q1/sysutils/multitail/Makefile Mon Dec 30 13:40:51 2013 (r338114) @@ -3,6 +3,7 @@ PORTNAME= multitail PORTVERSION= 5.2.12 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/multitail/ \ http://fossies.org/unix/privat/ @@ -23,7 +24,7 @@ PORTDOCS= readme.txt license.txt .include post-patch: - @${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \ + @${REINPLACE_CMD} -e 's,$$(DESTDIR)/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \ -e 's/CC=gcc/CC?=gcc/' \ ${WRKSRC}/mt.c ${WRKSRC}/Makefile From owner-svn-ports-branches@FreeBSD.ORG Mon Dec 30 15:00:30 2013 Return-Path: Delivered-To: svn-ports-branches@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 302ADAED; Mon, 30 Dec 2013 15:00:30 +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 1BFFC1235; Mon, 30 Dec 2013 15:00:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUF0TFY073180; Mon, 30 Dec 2013 15:00:29 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBUF0THM073178; Mon, 30 Dec 2013 15:00:29 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201312301500.rBUF0THM073178@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 30 Dec 2013 15:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r338119 - branches/2014Q1/sysutils/puppet X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 15:00:30 -0000 Author: mat Date: Mon Dec 30 15:00:29 2013 New Revision: 338119 URL: http://svnweb.freebsd.org/changeset/ports/338119 Log: MFH: r338118 Fixup installation. Reported by: demon Approved by: portmgr (implicit) Modified: branches/2014Q1/sysutils/puppet/Makefile branches/2014Q1/sysutils/puppet/pkg-plist Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/sysutils/puppet/Makefile ============================================================================== --- branches/2014Q1/sysutils/puppet/Makefile Mon Dec 30 14:56:34 2013 (r338118) +++ branches/2014Q1/sysutils/puppet/Makefile Mon Dec 30 15:00:29 2013 (r338119) @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: branches/2014Q1/sysutils/puppet/pkg-plist ============================================================================== --- branches/2014Q1/sysutils/puppet/pkg-plist Mon Dec 30 14:56:34 2013 (r338118) +++ branches/2014Q1/sysutils/puppet/pkg-plist Mon Dec 30 15:00:29 2013 (r338119) @@ -48,13 +48,13 @@ man/man8/puppet.8.gz %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist www/puppet/config.ru +@exec /usr/sbin/chown -Rh puppet:puppet %D/%F @dirrm www/puppet/public @dirrm www/puppet @dirrmtry etc/puppet/modules @dirrmtry etc/puppet @unexec rmdir /var/puppet 2>/dev/null || : @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet -@exec /usr/sbin/chown -Rh puppet:puppet www/puppet/config.ru @dirrm %%RUBY_SITELIBDIR%%/hiera/backend @dirrm %%RUBY_SITELIBDIR%%/hiera @dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers