Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2010 17:50:46 GMT
From:      estrabd@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/146193: update diff for lang/qore 
Message-ID:  <201004301750.o3UHokJ9020258@x2045.x.rootbsd.net>
Resent-Message-ID: <201004301910.o3UJAAhk033407@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146193
>Category:       ports
>Synopsis:       update diff for lang/qore
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 19:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     B. Estrade
>Release:        FreeBSD 7.2-RELEASE-p6 i386
>Organization:
self 
>Environment:
System: FreeBSD x2045.x.rootbsd.net 7.2-RELEASE-p6 FreeBSD 7.2-RELEASE-p6 #1: Thu Jan 14 08:38:44 UTC 2010 root@x2045.x.rootbsd.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	The port, lang/qore is now out of date.

>How-To-Repeat:
	csup, look at lang/qore/Makefile

>Fix:
	Apply this diff to lang/qore

--- qore.report begins here ---
diff -ruN qore.bak/Makefile qore-port/Makefile
--- qore.bak/Makefile	2010-04-30 17:46:11.000000000 +0000
+++ qore-port/Makefile	2010-04-30 17:17:47.000000000 +0000
@@ -1,34 +1,24 @@
-# Ports collection makefile for:	qore
-# Date created:				12 November 2009
-# Whom:					B. Estrade <estrabd@gmail.com>
+# Ports collection makefile for:   qore
+# Date created:        12 November 2009
+# Whom:                B. Estrade <estrabd@gmail.com>
 #
-# $FreeBSD: ports/lang/qore/Makefile,v 1.4 2010/04/01 06:17:07 linimon Exp $
+# $FreeBSD$
 #
 
-PORTNAME=	qore
-PORTVERSION=	0.7.7
-CATEGORIES=	lang
-MASTER_SITES=	SF/qore/qore/${PORTVERSION}/
+PORTNAME=      qore
+PORTVERSION=   0.7.8
+CATEGORIES=    lang
+MASTER_SITES=  SF/qore/qore/0.7.8/
+
+MAINTAINER=    estrabd@gmail.com
+COMMENT=       The Qore Programming Language
+
+LIB_DEPENDS=   ssl:${PORTSDIR}/security/openssl pcre:${PORTSDIR}/devel/pcre \
+		xml2:${PORTSDIR}/textproc/libxml2 bz2:${PORTSDIR}/archivers/bzip2
+BUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/textproc/flex bison:${PORTSDIR}/devel/bison
+
+GNU_CONFIGURE=yes
+CONFIGURE_ENV="LEX=${LOCALBASE}/bin/flex"
+CONFIGURE_ARGS=--disable-debug --disable-static
 
-MAINTAINER=	estrabd@gmail.com
-COMMENT=	The Qore Programming Language
-
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre \
-		xml2:${PORTSDIR}/textproc/libxml2
-BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
-		${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
-
-USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	"LEX=${LOCALBASE}/bin/flex"
-CONFIGURE_ARGS=	--disable-debug --disable-static
-
-MAN1=		qore.1
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN qore.bak/distinfo qore-port/distinfo
--- qore.bak/distinfo	2010-04-30 17:46:11.000000000 +0000
+++ qore-port/distinfo	2010-04-30 17:18:36.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (qore-0.7.7.tar.gz) = 2fc602b44b65a5bba653a0a079d4ab91
-SHA256 (qore-0.7.7.tar.gz) = bf6a817875752e81c259ffc33b613ef134a31060611f98d7cdd9470f9075e8a2
-SIZE (qore-0.7.7.tar.gz) = 2753830
+MD5 (qore-0.7.8.tar.gz) = 6d70655a45870bb6c8c7ac767a22042e
+SHA256 (qore-0.7.8.tar.gz) = a0dd49b03df77049b49dbc4a4c0821566d070618bd1b43e84deb2361ed20ca8d
+SIZE (qore-0.7.8.tar.gz) = 2765036
diff -ruN qore.bak/pkg-descr qore-port/pkg-descr
--- qore.bak/pkg-descr	2010-04-30 17:46:11.000000000 +0000
+++ qore-port/pkg-descr	2010-04-30 17:13:01.000000000 +0000
@@ -1,4 +1,4 @@
-Qore is a dynamically-typed, embeddabble programming
+Qore is a dynamically-typed, embeddabble programming 
 language designed for SMP scalability.
 
 WWW: http://www.qore.org
diff -ruN qore.bak/pkg-plist qore-port/pkg-plist
--- qore.bak/pkg-plist	2010-04-30 17:46:11.000000000 +0000
+++ qore-port/pkg-plist	2010-04-30 17:13:01.000000000 +0000
@@ -2,6 +2,7 @@
 lib/libqore.la
 lib/libqore.so
 lib/libqore.so.8
+man/man1/qore.1
 include/qore/ReferenceArgumentHelper.h
 include/qore/ReferenceHelper.h
 include/qore/qore_thread.h
--- qore.report ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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