[57451] trunk/dports/devel/bazaar/Portfile

jmr at macports.org jmr at macports.org
Fri Sep 11 01:07:18 PDT 2009


Revision: 57451
          http://trac.macports.org/changeset/57451
Author:   jmr at macports.org
Date:     2009-09-11 01:07:17 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
bazaar: whitespace, license, remove darwin 7

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

Modified: trunk/dports/devel/bazaar/Portfile
===================================================================
--- trunk/dports/devel/bazaar/Portfile	2009-09-11 08:06:58 UTC (rev 57450)
+++ trunk/dports/devel/bazaar/Portfile	2009-09-11 08:07:17 UTC (rev 57451)
@@ -9,35 +9,35 @@
 distname          bazaar_${version}
 categories        devel
 platforms         darwin
-maintainers       jmr \
-                  openmaintainer
+license           GPLv2
+maintainers       jmr openmaintainer
 description       baz (Bazaar 1), a GNU Arch client
 long_description \
     NOTE: this is baz, aka Bazaar 1. If you want Bazaar 2, use the bzr port. \
-	Bazaar is intended to be an implementation of the GNU Arch \
-	protocol that open source developers both want to use, and \
-	love using. It is a drop-in replacement for tla. \
-	GNU arch is a revision control system, similar in purpose to \
-	tools such as CVS, SCCS, and Subversion. It is used to keep \
-	track of the changes made to a source tree and to help \
-	programmers combine and otherwise manipulate changes made by \
-	multiple people or at different times.
+    Bazaar is intended to be an implementation of the GNU Arch \
+    protocol that open source developers both want to use, and \
+    love using. It is a drop-in replacement for tla. \
+    GNU arch is a revision control system, similar in purpose to \
+    tools such as CVS, SCCS, and Subversion. It is used to keep \
+    track of the changes made to a source tree and to help \
+    programmers combine and otherwise manipulate changes made by \
+    multiple people or at different times.
 homepage          http://bazaar-vcs.org/Baz1x
 
 master_sites      http://bazaar-vcs.org/releases/src/obsolete
-checksums      md5 6e61d7aeec990a801977ee6cdc3958d5 \
-               sha1 030fcf1d2de6392c6ab3c23d7af1fddbbeb65a73 \
-               rmd160 8a9d8159ead224b24ab84d0fd6cbc23ac004eb51
+checksums         md5 6e61d7aeec990a801977ee6cdc3958d5 \
+                  sha1 030fcf1d2de6392c6ab3c23d7af1fddbbeb65a73 \
+                  rmd160 8a9d8159ead224b24ab84d0fd6cbc23ac004eb51
 
-worksrcdir	thelove at canonical.com---dists--bazaar--1.4
-patchfiles	patch-pfs.c.diff patch-pfs-sftp.c.diff patch-unit-sftp.c.diff
+worksrcdir  thelove at canonical.com---dists--bazaar--1.4
+patchfiles  patch-pfs.c.diff patch-pfs-sftp.c.diff patch-unit-sftp.c.diff
 
-configure.cflags-append	-L${prefix}/lib
+configure.cflags-append -L${prefix}/lib
 configure.dir    ${workpath}/thelove at canonical.com---dists--bazaar--1.4/build
 build.dir        ${configure.dir}
 
 pre-configure {
-	file mkdir ${configure.dir}
+    file mkdir ${configure.dir}
 }
 configure.cmd    ../src/configure
 
@@ -50,16 +50,9 @@
 LDFLAGS="-L${prefix}/lib"
 destroot.destdir prefix=${destroot}${prefix}
 post-destroot   {
-	file rename ${destroot}${prefix}/bin/annotate ${destroot}${prefix}/bin/annotate-baz
+    file rename ${destroot}${prefix}/bin/annotate ${destroot}${prefix}/bin/annotate-baz
 }
 
 depends_lib    port:neon  port:gpgme
 
-platform darwin 7 {
-	depends_lib-append    bin:gdiff:diffutils bin:gpatch:gpatch \
-		                  bin:gnutar:gnutar
-	configure.args-append --with-gnu-diff=${prefix}/bin/gdiff \
-		                      --with-gnu-diff3=${prefix}/bin/gdiff3
-}
-
 livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/7a42aab3/attachment.html>


More information about the macports-changes mailing list