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...
Alex Kozlov
ak at FreeBSD.org
Thu Mar 7 15:31:56 UTC 2013
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
- at dirrm %%ETC
\ No newline at end of file
+ at 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 @@
- at 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);
More information about the svn-ports-all
mailing list