[97722] trunk/dports/devel/gpatch/Portfile

raimue at macports.org raimue at macports.org
Thu Sep 13 00:36:38 PDT 2012


Revision: 97722
          http://trac.macports.org//changeset/97722
Author:   raimue at macports.org
Date:     2012-09-13 00:36:38 -0700 (Thu, 13 Sep 2012)
Log Message:
-----------
devel/gpatch:
Whitespace only

Modified Paths:
--------------
    trunk/dports/devel/gpatch/Portfile

Modified: trunk/dports/devel/gpatch/Portfile
===================================================================
--- trunk/dports/devel/gpatch/Portfile	2012-09-13 01:01:40 UTC (rev 97721)
+++ trunk/dports/devel/gpatch/Portfile	2012-09-13 07:36:38 UTC (rev 97722)
@@ -1,37 +1,38 @@
 # $Id$
 
-PortSystem			1.0
+PortSystem      1.0
 
-name				gpatch
-version				2.6.1
-revision			1
-categories			devel
-license				GPL-3+
-maintainers			nomaintainer
-description			GNU patch, for applying diffs to files
+name            gpatch
+version         2.6.1
+revision        1
+categories      devel
+platforms       darwin sunos
+license         GPL-3+
+maintainers     nomaintainer
+
+description     GNU patch, for applying diffs to files
 long_description \
-	The GNU patch adds support for: \
-	handling arbitrary binary data and large files. \
-	the unified context diff format that GNU diff can produce. \
-	making GNU Emacs-style backup files. \
-	improved interaction with RCS and SCCS. \
-	the GNU conventions for option parsing and configuring and compilation. \
-	better POSIX.2 compliance.
+        The GNU patch adds support for: \
+        handling arbitrary binary data and large files. \
+        the unified context diff format that GNU diff can produce. \
+        making GNU Emacs-style backup files. \
+        improved interaction with RCS and SCCS. \
+        the GNU conventions for option parsing and configuring and compilation. \
+        better POSIX.2 compliance.
 
-homepage			http://www.gnu.org/software/patch/
-master_sites		gnu:patch
-use_bzip2			yes
+homepage        http://www.gnu.org/software/patch/
+master_sites    gnu:patch
 
-platforms			darwin sunos
-distname			patch-${version}
-checksums			md5     0818d1763ae0c4281bcdc63cdac0b2c0 \
-					sha1    105f313d14b5458e0aa229c518bda9ebdf921a1b \
-					rmd160  5af3acb89cc9ce5484c9a9dce6e39fb04dbe5e2e
+distname        patch-${version}
+checksums       md5     0818d1763ae0c4281bcdc63cdac0b2c0 \
+                sha1    105f313d14b5458e0aa229c518bda9ebdf921a1b \
+                rmd160  5af3acb89cc9ce5484c9a9dce6e39fb04dbe5e2e
+use_bzip2       yes
 
-patchfiles			patch-strnlen.diff
+patchfiles      patch-strnlen.diff
 
-use_autoconf		yes
+use_autoconf    yes
 
-configure.args		--program-prefix=g
+configure.args  --program-prefix=g
 
 configure.universal_args-delete --disable-dependency-tracking
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120913/a903b07b/attachment.html>


More information about the macports-changes mailing list