Changeset 97722


Ignore:
Timestamp:
Sep 13, 2012, 7:36:38 AM (12 years ago)
Author:
raimue@…
Message:

devel/gpatch:
Whitespace only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/gpatch/Portfile

    r81589 r97722  
    11# $Id$
    22
    3 PortSystem                      1.0
     3PortSystem      1.0
    44
    5 name                            gpatch
    6 version                         2.6.1
    7 revision                        1
    8 categories                      devel
    9 license                         GPL-3+
    10 maintainers                     nomaintainer
    11 description                     GNU patch, for applying diffs to files
     5name            gpatch
     6version         2.6.1
     7revision        1
     8categories      devel
     9platforms       darwin sunos
     10license         GPL-3+
     11maintainers     nomaintainer
     12
     13description     GNU patch, for applying diffs to files
    1214long_description \
    13         The GNU patch adds support for: \
    14         handling arbitrary binary data and large files. \
    15         the unified context diff format that GNU diff can produce. \
    16         making GNU Emacs-style backup files. \
    17         improved interaction with RCS and SCCS. \
    18         the GNU conventions for option parsing and configuring and compilation. \
    19         better POSIX.2 compliance.
     15        The GNU patch adds support for: \
     16        handling arbitrary binary data and large files. \
     17        the unified context diff format that GNU diff can produce. \
     18        making GNU Emacs-style backup files. \
     19        improved interaction with RCS and SCCS. \
     20        the GNU conventions for option parsing and configuring and compilation. \
     21        better POSIX.2 compliance.
    2022
    21 homepage                        http://www.gnu.org/software/patch/
    22 master_sites            gnu:patch
    23 use_bzip2                       yes
     23homepage        http://www.gnu.org/software/patch/
     24master_sites    gnu:patch
    2425
    25 platforms                       darwin sunos
    26 distname                        patch-${version}
    27 checksums                       md5     0818d1763ae0c4281bcdc63cdac0b2c0 \
    28                                         sha1    105f313d14b5458e0aa229c518bda9ebdf921a1b \
    29                                         rmd160  5af3acb89cc9ce5484c9a9dce6e39fb04dbe5e2e
     26distname        patch-${version}
     27checksums       md5     0818d1763ae0c4281bcdc63cdac0b2c0 \
     28                sha1    105f313d14b5458e0aa229c518bda9ebdf921a1b \
     29                rmd160  5af3acb89cc9ce5484c9a9dce6e39fb04dbe5e2e
     30use_bzip2       yes
    3031
    31 patchfiles                      patch-strnlen.diff
     32patchfiles      patch-strnlen.diff
    3233
    33 use_autoconf            yes
     34use_autoconf    yes
    3435
    35 configure.args          --program-prefix=g
     36configure.args  --program-prefix=g
    3637
    3738configure.universal_args-delete --disable-dependency-tracking
Note: See TracChangeset for help on using the changeset viewer.