From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 7 08:20:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 005E9C9A for ; Fri, 7 Jun 2013 08:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DA0D71FA5 for ; Fri, 7 Jun 2013 08:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r578K3oN068599 for ; Fri, 7 Jun 2013 08:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r578K3AL068598; Fri, 7 Jun 2013 08:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jun 2013 08:20:03 GMT Resent-Message-Id: <201306070820.r578K3AL068598@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 90E54ACD for ; Fri, 7 Jun 2013 08:18:24 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 196D01F93 for ; Fri, 7 Jun 2013 08:18:23 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MRydg-1UwWiC3hO6-00TAbv for ; Fri, 07 Jun 2013 10:18:22 +0200 Received: (qmail invoked by alias); 07 Jun 2013 08:18:21 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 07 Jun 2013 10:18:21 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 07 Jun 2013 10:18:21 +0200 Message-Id: <20130607081824.90E54ACD@hub.freebsd.org> Date: Fri, 07 Jun 2013 10:18:21 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179393: [PATCH] databases/pure-sql3: New Uses pure, add license Cc: lichray@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 08:20:04 -0000 >Number: 179393 >Category: ports >Synopsis: [PATCH] databases/pure-sql3: New Uses pure, add license >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 07 08:20:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Bump portrevision - Shorten header - Trim master sites - Add license - New Uses pure - Add docs and examples - Trim pkg-descr Port maintainer (lichray@gmail.com) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130607011001-2265/ >Fix: --- pure-sql3-0.4_2.patch begins here --- diff -ruN /usr/ports/databases/pure-sql3/Makefile ./Makefile --- /usr/ports/databases/pure-sql3/Makefile 2013-06-02 18:56:12.000000000 +0200 +++ ./Makefile 2013-06-06 18:26:22.000000000 +0200 @@ -1,25 +1,41 @@ -# New ports collection makefile for: pure-sql3 -# Date created: 2011-03-18 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD: head/databases/pure-sql3/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pure-sql3 PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases +#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://pure-lang.googlecode.com/files/ +DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure language binding to the SQLite3 library +LICENSE= BSD + LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 -USE_PURE= yes +USES= pure PLIST_FILES= lib/pure/sql3.pure \ lib/pure/sql3util.so -.include -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include +PORTDOCS= README + +PORTEXAMPLES= * + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) +.endif + +.include diff -ruN /usr/ports/databases/pure-sql3/pkg-descr ./pkg-descr --- /usr/ports/databases/pure-sql3/pkg-descr 2013-06-02 18:56:12.000000000 +0200 +++ ./pkg-descr 2013-04-06 02:53:35.000000000 +0200 @@ -3,4 +3,4 @@ developer access to all of Sqlite3's features in a way that is convenient for Pure programmers. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-sql3.html +WWW: http://docs.pure-lang.googlecode.com/hg/pure-sql3.html --- pure-sql3-0.4_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: