Date: Sat, 13 Aug 2016 20:16:08 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420164 - in head/misc/cdcollect: . files Message-ID: <201608132016.u7DKG8x9037133@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608132016.u7DKG8x9037133>