Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2004 23:17:03 +0000
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/74905: [MAINTAINER] news/rawdog: update to 2.1
Message-ID:  <E1CcXWx-0001OU-7w@pendennis.ukc.ac.uk>
Resent-Message-ID: <200412092320.iB9NKJuJ034011@freefall.freebsd.org>

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

>Number:         74905
>Category:       ports
>Synopsis:       [MAINTAINER] news/rawdog: update to 2.1
>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:   Thu Dec 09 23:20:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Sun Jul 18 15:23:54 BST 2004
>Description:
- Update to 2.1

Added file(s):
- files/patch-setup.py

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

--- rawdog-2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/news/rawdog/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	21 Nov 2004 04:00:11 -0000	1.14
+++ Makefile	9 Dec 2004 17:02:19 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rawdog
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	news python
 MASTER_SITES=	http://offog.org/files/ \
 		ftp://ftp.i-scream.org/pub/offog.org/files/ \
@@ -17,19 +17,20 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+MAN1=		rawdog.1
 
 post-install:
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/style.css ${EXAMPLESDIR}
-.if !defined(NOPORTDOCS)
+.ifndef(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 	@${ECHO_MSG} "    ---------------------------------------------"
 	@${ECHO_MSG} "    Sample config and stylesheet installed in:"
 	@${ECHO_MSG} "        ${EXAMPLESDIR}"
-.if !defined(NOPORTDOCS)
+.ifndef(NOPORTDOCS)
 	@${ECHO_MSG} "    Please read the README:"
 	@${ECHO_MSG} "        ${DOCSDIR}/README"
 .endif
Index: distinfo
===================================================================
RCS file: /u1/freebsd/cvs/ports/news/rawdog/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	21 Nov 2004 04:00:11 -0000	1.14
+++ distinfo	9 Dec 2004 17:01:13 -0000
@@ -1,2 +1,2 @@
-MD5 (rawdog-2.0.tar.gz) = 41e45352c9d8bca0fb3c6eec58af2dba
-SIZE (rawdog-2.0.tar.gz) = 69227
+MD5 (rawdog-2.1.tar.gz) = 7fd8a023c5c8ee8fc15e4eea680c55f5
+SIZE (rawdog-2.1.tar.gz) = 70403
Index: files/patch-setup.py
===================================================================
RCS file: files/patch-setup.py
diff -N files/patch-setup.py
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-setup.py	9 Dec 2004 18:20:45 -0000
@@ -0,0 +1,11 @@
+--- setup.py.bak	Thu Dec  9 18:20:00 2004
++++ setup.py	Thu Dec  9 18:20:12 2004
+@@ -10,7 +10,7 @@
+ 	url = "http://offog.org/code/rawdog.html",
+ 	license = "GNU GPL v2 or later",
+ 	scripts = ['rawdog'],
+-	data_files = [('share/man/man1', ['rawdog.1'])],
++	data_files = [('man/man1', ['rawdog.1'])],
+ 	packages = ['rawdoglib'])
+ 
+ 
--- rawdog-2.1.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?E1CcXWx-0001OU-7w>