Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 11:59:27 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        rnejdl@ringofsaturn.com
Subject:   ports/188602: [PATCH] databases/py-apsw: stage
Message-ID:  <201404140959.s3E9xRHC081877@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404141000.s3EA00Wj003416@freefall.freebsd.org>

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

>Number:         188602
>Category:       ports
>Synopsis:       [PATCH] databases/py-apsw: stage
>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:   Mon Apr 14 10:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Stage
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-apsw/3.8.0.2/

Port maintainer (rnejdl@ringofsaturn.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-apsw-3.8.0.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351251)
+++ Makefile	(working copy)
@@ -11,6 +11,8 @@
 MAINTAINER=	rnejdl@ringofsaturn.com
 COMMENT=	APSW stands for Another Python SQLite Wrapper
 
+LICENSE=	BSD
+
 LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 PYDISTUTILS_PKGVERSION=	${PORTVERSION}_r1
@@ -21,5 +23,4 @@
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351251)
+++ pkg-descr	(working copy)
@@ -4,3 +4,5 @@
 the complete SQLite API into Python. The documentation has a section
 on the differences between APSW and pysqlite. APSW supports CPython
 2.3 onwards and CPython 3.1 onwards.
+
+WWW: https://code.google.com/p/apsw/
--- py-apsw-3.8.0.2.patch ends here ---

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



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