Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2012 15:29:32 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308535 - head/www/qdecoder
Message-ID:  <201212091529.qB9FTWj8075274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <cjh@FreeBSD.org>
-#
+# Created by: CHOI Junho <cjh@FreeBSD.org>
 # $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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212091529.qB9FTWj8075274>