Bug 188242 - databases/py-odbc port update
Summary: databases/py-odbc port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 21:40 UTC by Robert Kruus
Modified: 2014-04-05 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (424 bytes, patch)
2014-04-03 21:40 UTC, Robert Kruus
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Kruus 2014-04-03 21:40:00 UTC
Added a LICENSE to the port and fixed first the header line.

Fix: Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-04-04 06:14:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-05 07:34:57 UTC
Author: culot
Date: Sat Apr  5 06:34:54 2014
New Revision: 350198
URL: http://svnweb.freebsd.org/changeset/ports/350198
QAT: https://qat.redports.org/buildarchive/r350198/

Log:
  - Fix Makefile's header [1]
  - Add LICENSE (MIT) [1]
  - Pet portlint(1) by reformatting WWW link
  
  PR:		ports/188242 [1]
  Submitted by: 	Rober Kruus <rob.kruus@gmail.com> (maintainer)

Modified:
  head/databases/py-odbc/Makefile
  head/databases/py-odbc/pkg-descr

Modified: head/databases/py-odbc/Makefile
==============================================================================
--- head/databases/py-odbc/Makefile	Sat Apr  5 06:27:39 2014	(r350197)
+++ head/databases/py-odbc/Makefile	Sat Apr  5 06:34:54 2014	(r350198)
@@ -1,4 +1,4 @@
-# Created by: April 15 2009
+# Created by: Robert Kruus <rob.kruus@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	pyodbc
@@ -10,6 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rob.kruus@gmail.com
 COMMENT=	ODBC connections for python
 
+LICENSE=	MIT
+
 USES=		zip
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install

Modified: head/databases/py-odbc/pkg-descr
==============================================================================
--- head/databases/py-odbc/pkg-descr	Sat Apr  5 06:27:39 2014	(r350197)
+++ head/databases/py-odbc/pkg-descr	Sat Apr  5 06:34:54 2014	(r350198)
@@ -5,4 +5,4 @@ It implements the Python Database API Sp
 additional features have been added to simplify database
 programming even more.
 
-WWW:	http://code.google.com/p/pyodbc/
+WWW: http://code.google.com/p/pyodbc/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-04-05 07:35:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!