From owner-svn-ports-head@FreeBSD.ORG Fri Feb 22 16:26:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 646A8A27; Fri, 22 Feb 2013 16:26:24 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0D5A4B; Fri, 22 Feb 2013 16:26:23 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:13893] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id r1MGQLZo015492 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 22 Feb 2013 20:26:22 +0400 (MSK) From: Max Brazhnikov To: Pawel Pekala Subject: Re: svn commit: r312775 - in head/games: . qtads qtads/files Date: Fri, 22 Feb 2013 16:27:11 +0000 Message-ID: <4680315.P0fs3sLWoA@mercury.ph.man.ac.uk> User-Agent: KMail/4.9.5 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) In-Reply-To: <201302221603.r1MG3kv9022380@svn.freebsd.org> References: <201302221603.r1MG3kv9022380@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, kaiwang27@gmail.com, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 22 Feb 2013 16:26:24 -0000 Hi, On Fri, 22 Feb 2013 16:03:46 +0000Fri Feb 22 16:03:46 2013 Pawel Pekala wrote: > Added: head/games/qtads/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/games/qtads/Makefile Fri Feb 22 16:03:46 2013 (r312775) > @@ -0,0 +1,28 @@ > +# Created by: Kai Wang > +# $FreeBSD$ > + > +PORTNAME= qtads > +PORTVERSION= 2.1.6 > +CATEGORIES= games > +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION} > + > +MAINTAINER= kaiwang27@gmail.com > +COMMENT= Cross-platform multimedia interpreter for TADS games > + > +LICENSE= GPLv2 > + > +USE_BZIP2= yes > +USE_GMAKE= yes USE_GMAKE is not necessary for qmake based ports. > +USE_QT4= gui moc_build network qmake_build rcc_build uic_build > +USE_SDL= sdl mixer sound > +MAKE_JOBS_SAFE= yes > + > +PLIST_FILES= bin/qtads > + > +do-configure: > + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} QMAKE_ARGS is not defined anywhere right now, but it make sense to replace it with QMAKEFLAGS. Cheers, Max From owner-svn-ports-head@FreeBSD.ORG Fri Feb 22 16:50:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 153D2C3; Fri, 22 Feb 2013 16:50:52 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 03E3DB3B; Fri, 22 Feb 2013 16:50:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1MGopJW037072; Fri, 22 Feb 2013 16:50:51 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1MGopbN037070; Fri, 22 Feb 2013 16:50:51 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201302221650.r1MGopbN037070@svn.freebsd.org> From: Frederic Culot Date: Fri, 22 Feb 2013 16:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312777 - head/devel/p5-Test-Compile 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.14 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, 22 Feb 2013 16:50:52 -0000 Author: culot Date: Fri Feb 22 16:50:51 2013 New Revision: 312777 URL: http://svnweb.freebsd.org/changeset/ports/312777 Log: - Update to 0.24 Changes: http://search.cpan.org/dist/Test-Compile/Changes Modified: head/devel/p5-Test-Compile/Makefile head/devel/p5-Test-Compile/distinfo Modified: head/devel/p5-Test-Compile/Makefile ============================================================================== --- head/devel/p5-Test-Compile/Makefile Fri Feb 22 16:22:49 2013 (r312776) +++ head/devel/p5-Test-Compile/Makefile Fri Feb 22 16:50:51 2013 (r312777) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Compile -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EGILES Modified: head/devel/p5-Test-Compile/distinfo ============================================================================== --- head/devel/p5-Test-Compile/distinfo Fri Feb 22 16:22:49 2013 (r312776) +++ head/devel/p5-Test-Compile/distinfo Fri Feb 22 16:50:51 2013 (r312777) @@ -1,2 +1,2 @@ -SHA256 (Test-Compile-0.23.tar.gz) = 0070f43bb0de23fa5f855d0633af85a74e5eb3c358aa44471f6bc6e7c7b6ee61 -SIZE (Test-Compile-0.23.tar.gz) = 13564 +SHA256 (Test-Compile-0.24.tar.gz) = 3e1b51c1568a73d7b57061fde6d47a3edfa89048ea16fe10e6a20c855f4a40d0 +SIZE (Test-Compile-0.24.tar.gz) = 13567