Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2008 01:58:23 +0800 (CST)
From:      Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127072: [MAINTAINER] irc/rbot: update to 0.9.13
Message-ID:  <200809031758.m83HwNf0055665@bsd0.cs.nctu.edu.tw>
Resent-Message-ID: <200809031800.m83I07lm026927@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127072
>Category:       ports
>Synopsis:       [MAINTAINER] irc/rbot: update to 0.9.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 03 18:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p1 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008
>Description:
- Update to 0.9.13

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rbot-0.9.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/irc/rbot/Makefile /amd/account/gcs/96/9655630/dev/ports/irc/rbot/Makefile
--- /usr/ports/irc/rbot/Makefile	2008-08-28 03:01:48.712046841 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/irc/rbot/Makefile	2008-09-04 01:54:53.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	rbot
-PORTVERSION=	0.9.12
-PORTREVISION=	1
+PORTVERSION=	0.9.13
 CATEGORIES=	irc ruby
 MASTER_SITES=	http://ruby-rbot.org/download/
 EXTRACT_SUFX=	.tgz
@@ -27,12 +26,8 @@
 PORTDOCS=	README REQUIREMENTS ChangeLog
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-.for x in ${PORTDOCS}
-	${INSTALL_MAN} ${WRKSRC}/${x} ${DOCSDIR}
-.endfor
-.endif
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/irc/rbot/distinfo /amd/account/gcs/96/9655630/dev/ports/irc/rbot/distinfo
--- /usr/ports/irc/rbot/distinfo	2008-08-26 03:05:13.990877877 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/irc/rbot/distinfo	2008-09-04 01:32:09.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (rbot-0.9.12.tgz) = ec0ed10f040039a40ced6f5e1582c13b
-SHA256 (rbot-0.9.12.tgz) = 52bcd3ed45af1911eb3d33db6969211798ee721e4ea50dfc42cb9968f124b3fc
-SIZE (rbot-0.9.12.tgz) = 628189
+MD5 (rbot-0.9.13.tgz) = 96679b9890d506c7df8ecc2a7aad69e8
+SHA256 (rbot-0.9.13.tgz) = 7aa25ac01694a56281cd89fabb02616d245e11b2c9afe55c7e7f4af633f07ad3
+SIZE (rbot-0.9.13.tgz) = 630177
diff -ruN --exclude=CVS /usr/ports/irc/rbot/pkg-plist /amd/account/gcs/96/9655630/dev/ports/irc/rbot/pkg-plist
--- /usr/ports/irc/rbot/pkg-plist	2008-08-28 03:01:48.713046693 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/irc/rbot/pkg-plist	2008-09-04 01:39:00.000000000 +0800
@@ -65,6 +65,7 @@
 %%DATADIR%%/plugins/forecast.rb
 %%DATADIR%%/plugins/fortune.rb
 %%DATADIR%%/plugins/freshmeat.rb
+%%DATADIR%%/plugins/geoip.rb
 %%DATADIR%%/plugins/games/azgame.rb
 %%DATADIR%%/plugins/games/quiz.rb
 %%DATADIR%%/plugins/games/roshambo.rb
--- rbot-0.9.13.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809031758.m83HwNf0055665>