svn commit: r420164 - in head/misc/cdcollect: . files

Pawel Pekala pawel at FreeBSD.org
Sat Aug 13 20:16:09 UTC 2016


Author: pawel
Date: Sat Aug 13 20:16:08 2016
New Revision: 420164
URL: https://svnweb.freebsd.org/changeset/ports/420164

Log:
  - Add LICENSE information
  - Switch to USES=localbase
  - Port is architecture neutral
  - Regenerate patch with make makepatch

Modified:
  head/misc/cdcollect/Makefile
  head/misc/cdcollect/files/patch-src_DBsql.cs

Modified: head/misc/cdcollect/Makefile
==============================================================================
--- head/misc/cdcollect/Makefile	Sat Aug 13 17:23:13 2016	(r420163)
+++ head/misc/cdcollect/Makefile	Sat Aug 13 20:16:08 2016	(r420164)
@@ -13,12 +13,14 @@ COMMENT=	Simple CD catalog for GNOME
 BUILD_DEPENDS=	sqlite3>=3.0:databases/sqlite3
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
-USES=		tar:bzip2 pathfix gettext gmake mono pkgconfig
+USES=		gettext gmake localbase mono pathfix pkgconfig tar:bzip2
 USE_GNOME=	gnomeprefix intlhack libgnome gnomesharp20
 GCONF_SCHEMAS=	cdcollect.schemas
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+NO_ARCH=	yes
 
 post-extract:
 	${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \

Modified: head/misc/cdcollect/files/patch-src_DBsql.cs
==============================================================================
--- head/misc/cdcollect/files/patch-src_DBsql.cs	Sat Aug 13 17:23:13 2016	(r420163)
+++ head/misc/cdcollect/files/patch-src_DBsql.cs	Sat Aug 13 20:16:08 2016	(r420164)
@@ -1,6 +1,6 @@
---- src/DBsql.cs.orig
+--- src/DBsql.cs.orig	2006-11-24 17:12:13 UTC
 +++ src/DBsql.cs
-@@ -958,10 +958,10 @@
+@@ -958,10 +958,10 @@ public class CDDatabaseSql
  	private int sql_command_id (string comm)
  	{	
  		IDbCommand command = sqlite_connection.CreateCommand ();


More information about the svn-ports-all mailing list