From owner-svn-ports-all@FreeBSD.ORG Thu Mar 7 15:31:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CC78ACB8; Thu, 7 Mar 2013 15:31:56 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A1A84141; Thu, 7 Mar 2013 15:31:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r27FVuu0006531; Thu, 7 Mar 2013 15:31:56 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r27FVsnn006516; Thu, 7 Mar 2013 15:31:54 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201303071531.r27FVsnn006516@svn.freebsd.org> From: Alex Kozlov Date: Thu, 7 Mar 2013 15:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313597 - in head: audio/denemo databases/mariadb-server devel/pecl-inclued emulators/prodosemu/files games/xboard/files lang/mlton/files misc/findutils/files sysutils/superiotool/files... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 15:31:56 -0000 Author: ak Date: Thu Mar 7 15:31:54 2013 New Revision: 313597 URL: http://svnweb.freebsd.org/changeset/ports/313597 Log: - Fix all new cases of 'No newline at end of file' in the ports tree Approved by: portmgr (bapt) Modified: head/audio/denemo/pkg-plist head/databases/mariadb-server/distinfo head/devel/pecl-inclued/pkg-descr head/emulators/prodosemu/files/patch-ac head/games/xboard/files/patch-xboard.texi head/lang/mlton/files/patch-runtime_gc_int-inf.c head/misc/findutils/files/patch-locate__locate.c head/sysutils/superiotool/files/patch-Makefile head/sysutils/upower/files/patch-src__freebsd__up-backend.c Modified: head/audio/denemo/pkg-plist ============================================================================== --- head/audio/denemo/pkg-plist Thu Mar 7 15:10:02 2013 (r313596) +++ head/audio/denemo/pkg-plist Thu Mar 7 15:31:54 2013 (r313597) @@ -2295,4 +2295,4 @@ share/pixmaps/denemo.png @dirrm %%DATADIR%%/actions @dirrm %%DATADIR%% @dirrmtry share/applications -@dirrm %%ETC \ No newline at end of file +@dirrm %%ETC Modified: head/databases/mariadb-server/distinfo ============================================================================== --- head/databases/mariadb-server/distinfo Thu Mar 7 15:10:02 2013 (r313596) +++ head/databases/mariadb-server/distinfo Thu Mar 7 15:31:54 2013 (r313597) @@ -1,2 +1,2 @@ SHA256 (mariadb-5.3.12.tar.gz) = 83a4598117cadde2bd7eac4c1398edbc86cc3aa8d3824bbee864d4b568a3a30c -SIZE (mariadb-5.3.12.tar.gz) = 26880808 \ No newline at end of file +SIZE (mariadb-5.3.12.tar.gz) = 26880808 Modified: head/devel/pecl-inclued/pkg-descr ============================================================================== --- head/devel/pecl-inclued/pkg-descr Thu Mar 7 15:10:02 2013 (r313596) +++ head/devel/pecl-inclued/pkg-descr Thu Mar 7 15:31:54 2013 (r313597) @@ -1,4 +1,4 @@ Inclued gives you a Clue ! Also inclued is some php code to transform the dump data into graphviz formatted .dot files. -WWW: http://pecl.php.net/package/inclued \ No newline at end of file +WWW: http://pecl.php.net/package/inclued Modified: head/emulators/prodosemu/files/patch-ac ============================================================================== --- head/emulators/prodosemu/files/patch-ac Thu Mar 7 15:10:02 2013 (r313596) +++ head/emulators/prodosemu/files/patch-ac Thu Mar 7 15:31:54 2013 (r313597) @@ -20,4 +20,4 @@ +int main (int argc,char **argv) { short int byte; - int i, addr; /* Loop iterators */ \ No newline at end of file + int i, addr; /* Loop iterators */ Modified: head/games/xboard/files/patch-xboard.texi ============================================================================== --- head/games/xboard/files/patch-xboard.texi Thu Mar 7 15:10:02 2013 (r313596) +++ head/games/xboard/files/patch-xboard.texi Thu Mar 7 15:31:54 2013 (r313597) @@ -542,4 +542,4 @@ -@end table @node Help Menu - @section Help M \ No newline at end of file + @section Help M Modified: head/lang/mlton/files/patch-runtime_gc_int-inf.c ============================================================================== --- head/lang/mlton/files/patch-runtime_gc_int-inf.c Thu Mar 7 15:10:02 2013 (r313596) +++ head/lang/mlton/files/patch-runtime_gc_int-inf.c Thu Mar 7 15:31:54 2013 (r313597) @@ -10,4 +10,4 @@ + /* * Test if a intInf is a fixnum. - */ \ No newline at end of file + */ Modified: head/misc/findutils/files/patch-locate__locate.c ============================================================================== --- head/misc/findutils/files/patch-locate__locate.c Thu Mar 7 15:10:02 2013 (r313596) +++ head/misc/findutils/files/patch-locate__locate.c Thu Mar 7 15:31:54 2013 (r313597) @@ -151,4 +151,4 @@ diff locate/locate.c.orig locate/locate. + } } - if (just_count) \ No newline at end of file + if (just_count) Modified: head/sysutils/superiotool/files/patch-Makefile ============================================================================== --- head/sysutils/superiotool/files/patch-Makefile Thu Mar 7 15:10:02 2013 (r313596) +++ head/sysutils/superiotool/files/patch-Makefile Thu Mar 7 15:31:54 2013 (r313597) @@ -46,4 +46,4 @@ + $(INSTALL) $(PROGRAM).8 $(DESTDIR)$(PREFIX)/man/man8 clean: - rm -f $(PROGRAM) *.o \ No newline at end of file + rm -f $(PROGRAM) *.o Modified: head/sysutils/upower/files/patch-src__freebsd__up-backend.c ============================================================================== --- head/sysutils/upower/files/patch-src__freebsd__up-backend.c Thu Mar 7 15:10:02 2013 (r313596) +++ head/sysutils/upower/files/patch-src__freebsd__up-backend.c Thu Mar 7 15:31:54 2013 (r313597) @@ -8,4 +8,4 @@ + if (lid_state) { up_daemon_set_lid_is_present (backend->priv->daemon, TRUE); } - g_free (lid_state); \ No newline at end of file + g_free (lid_state);