[51467] trunk/dports/irc/bnc

toby at macports.org toby at macports.org
Mon May 25 15:51:28 PDT 2009


Revision: 51467
          http://trac.macports.org/changeset/51467
Author:   toby at macports.org
Date:     2009-05-25 15:51:27 -0700 (Mon, 25 May 2009)
Log Message:
-----------
bnc 2.9.4

Modified Paths:
--------------
    trunk/dports/irc/bnc/Portfile

Added Paths:
-----------
    trunk/dports/irc/bnc/files/
    trunk/dports/irc/bnc/files/patch-cmds.c

Modified: trunk/dports/irc/bnc/Portfile
===================================================================
--- trunk/dports/irc/bnc/Portfile	2009-05-25 22:24:00 UTC (rev 51466)
+++ trunk/dports/irc/bnc/Portfile	2009-05-25 22:51:27 UTC (rev 51467)
@@ -2,24 +2,33 @@
 
 PortSystem 1.0
 name            bnc
-version         2.8.4
+version         2.9.4
 categories      irc
-maintainers     nomaintainer
+maintainers     toby
+description     irc bouncer
+long_description \
+    BNC which is a acro for BouNCe is a daemon designed to allow some people \
+    who do not have access to the net in general, but who do have access to \
+    another pc that can reach the net, the ability to BouNCe though this pc \
+    to IRC.
+homepage        http://www.gotbnc.com/
 platforms       darwin
-description     irc bouncer
-long_description        BNC which is a acro for BouNCe is a daemon designed \
-			to allow some people who do not have access to the \
-			net in general, but who do have access to another pc \
-			that can reach the net, the ability to BouNCe though \
-			this pc to IRC.
-distname	${name}${version}
+
 master_sites    http://www.gotbnc.com/files/
-checksums       md5 15f197a4f04f2bcc7136ed635bff4afc
-worksrcdir	${name}${version}	
-build.target	
-destroot { 	system "cd ${worksrcpath} && \
-		install -s bnc ${destroot}${prefix}/bin && \
-		install -s bncchk ${destroot}${prefix}/bin && \
-		install -s bncsetup ${destroot}${prefix}/bin && \
-		install -s mkpasswd ${destroot}${prefix}/bin && \
-		install -m 644 example.conf ${destroot}${prefix}/etc/bnc.conf.sample "}
+distname        ${name}${version}
+
+checksums       md5 190486d2346415e30f6381377e82eb3b \
+                sha1 4665c7b740dd37fe01a1ff82328600c9963dfd08 \
+                rmd160 47065d7b9b6044f7eb9a3820201d64a7d682a7c9
+
+patchfiles      patch-cmds.c
+
+build.target
+
+destroot {
+	xinstall -m 0755 ${worksrcpath}/bnc ${destroot}${prefix}/bin
+	xinstall -m 0755 ${worksrcpath}/bncchk ${destroot}${prefix}/bin
+	xinstall -m 0755 ${worksrcpath}/bncsetup ${destroot}${prefix}/bin
+	xinstall -m 0755 ${worksrcpath}/mkpasswd ${destroot}${prefix}/bin
+	xinstall -m 0644 ${worksrcpath}/example.conf ${destroot}${prefix}/etc/bnc.conf.sample
+}

Added: trunk/dports/irc/bnc/files/patch-cmds.c
===================================================================
--- trunk/dports/irc/bnc/files/patch-cmds.c	                        (rev 0)
+++ trunk/dports/irc/bnc/files/patch-cmds.c	2009-05-25 22:51:27 UTC (rev 51467)
@@ -0,0 +1,7 @@
+--- cmds.c.orig	2009-05-25 15:45:12.000000000 -0700
++++ cmds.c	2009-05-25 15:46:02.000000000 -0700
+@@ -1,3 +1,4 @@
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <stdarg.h>
+ #include <string.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090525/828402f9/attachment.html>


More information about the macports-changes mailing list