diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-29 00:14:46 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-29 00:14:46 +0000 |
commit | 16a9647b69f15b1a863faf5ed8695d86fa9ac63d (patch) | |
tree | ce26a283d021876aae3361fd8dfd541a13a6d585 | |
parent | - Add stage support (diff) |
- Add missing newlines. This was missed in the previous cleanup in r313597
With hat: portmgr
Submitted by: ak, beat
Reported by: delphij
Notes
Notes:
svn path=/head/; revision=331913
-rw-r--r-- | math/scilab/files/patch-modules__xcos__src__java__org__scilab__modules__xcos__Xcos.java | 2 | ||||
-rw-r--r-- | net/nss-pam-ldapd/files/pkg-message.in | 2 | ||||
-rw-r--r-- | www/dokuwiki/files/pkg-message.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/scilab/files/patch-modules__xcos__src__java__org__scilab__modules__xcos__Xcos.java b/math/scilab/files/patch-modules__xcos__src__java__org__scilab__modules__xcos__Xcos.java index 89165477bf3d..199f1b9b0b04 100644 --- a/math/scilab/files/patch-modules__xcos__src__java__org__scilab__modules__xcos__Xcos.java +++ b/math/scilab/files/patch-modules__xcos__src__java__org__scilab__modules__xcos__Xcos.java @@ -8,4 +8,4 @@ + private static final List<String> HDF5_VERSIONS = Arrays.asList("[1, 8, 4]", "[1, 8, 5]", "[1, 8, 6]", "[1, 8, 7]", "[1, 8, 8]", "[1, 8, 9]"); private static final List<String> BATIK_VERSIONS = Arrays.asList("1.7"); - private static final String UNABLE_TO_LOAD_JGRAPHX =
\ No newline at end of file + private static final String UNABLE_TO_LOAD_JGRAPHX = diff --git a/net/nss-pam-ldapd/files/pkg-message.in b/net/nss-pam-ldapd/files/pkg-message.in index 6b5d5e7ea81e..1ee966771a3a 100644 --- a/net/nss-pam-ldapd/files/pkg-message.in +++ b/net/nss-pam-ldapd/files/pkg-message.in @@ -9,4 +9,4 @@ To start nslcd add nslcd_enable="YES" to /etc/rc.conf and run: # service nslcd start See the comments in %%PREFIX%%/etc/rc.d/nslcd for additional tunables. -=====================================================================
\ No newline at end of file +===================================================================== diff --git a/www/dokuwiki/files/pkg-message.in b/www/dokuwiki/files/pkg-message.in index 50f35fab7955..16152a4c2716 100644 --- a/www/dokuwiki/files/pkg-message.in +++ b/www/dokuwiki/files/pkg-message.in @@ -12,4 +12,4 @@ For FULL configuration instructions see http://wiki.splitbrain.org/wiki:config -=================================================================
\ No newline at end of file +================================================================= |