From owner-svn-ports-all@FreeBSD.ORG Sun Dec 9 15:29:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E770994; Sun, 9 Dec 2012 15:29:33 +0000 (UTC) (envelope-from johans@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 158C18FC13; Sun, 9 Dec 2012 15:29:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB9FTWXd075276; Sun, 9 Dec 2012 15:29:32 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB9FTWj8075274; Sun, 9 Dec 2012 15:29:32 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201212091529.qB9FTWj8075274@svn.freebsd.org> From: Johan van Selst Date: Sun, 9 Dec 2012 15:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308535 - head/www/qdecoder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 15:29:33 -0000 Author: johans Date: Sun Dec 9 15:29:32 2012 New Revision: 308535 URL: http://svnweb.freebsd.org/changeset/ports/308535 Log: - Update qDecoder to 12.0.4 - Trim Makefile header Modified: head/www/qdecoder/Makefile head/www/qdecoder/distinfo Modified: head/www/qdecoder/Makefile ============================================================================== --- head/www/qdecoder/Makefile Sun Dec 9 15:14:47 2012 (r308534) +++ head/www/qdecoder/Makefile Sun Dec 9 15:29:32 2012 (r308535) @@ -1,12 +1,8 @@ -# New ports collection makefile for: qDecoder library -# Date created: Sep 10 1999 -# Whom: CHOI Junho -# +# Created by: CHOI Junho # $FreeBSD$ -# PORTNAME= qdecoder -PORTVERSION= 12.0.2 +PORTVERSION= 12.0.4 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/ \ ftp://ftp.qdecoder.org/pub/qDecoder/ @@ -18,6 +14,7 @@ COMMENT= C/C++ language library includin GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ARGS= exec_prefix="${PREFIX}" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DEBUG @@ -32,16 +29,14 @@ PLIST_FILES= include/qdecoder.h \ CONFIGURE_ARGS+="--enable-debug" .endif -.include - -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} PORTEXAMPLES= * .endif post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "Makefile *.c *.html" ${EXAMPLESDIR}) .endif -.include +.include Modified: head/www/qdecoder/distinfo ============================================================================== --- head/www/qdecoder/distinfo Sun Dec 9 15:14:47 2012 (r308534) +++ head/www/qdecoder/distinfo Sun Dec 9 15:29:32 2012 (r308535) @@ -1,2 +1,2 @@ -SHA256 (qDecoder-12.0.2.tar.gz) = 88bb83dd299dae39db2b3f8ab52cb74d647c9b91e7903b811011651e26d7ba55 -SIZE (qDecoder-12.0.2.tar.gz) = 150004 +SHA256 (qDecoder-12.0.4.tar.gz) = 639fd2cfecbf58b95fdcfe82866a4070f8134341e4e5adfdf5dcca690340bf36 +SIZE (qDecoder-12.0.4.tar.gz) = 196939