Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 00:19:44 +0200 (CEST)
From:      Thierry Thomas <thierry@thomas.as>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29236: Port news/newsx - maintainer-update: change e-mail + DOCSDIR
Message-ID:  <20010725221944.967E276F2@graf.pompo.net>

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

>Number:         29236
>Category:       ports
>Synopsis:       Port news/newsx - maintainer-update: change e-mail + DOCSDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 15:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Jul 7 12:30:11 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386

>Description:
	Change maintainer's e-mail adress (mail.dotcom.fr has sunk - RIP)
	and add DOCSDIR.
>How-To-Repeat:
	Apply the following patches.
>Fix:


--- Makefile.orig	Sun Apr  8 20:51:32 2001
+++ Makefile	Wed Jul 25 23:49:10 2001
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	newsx
 # Date created: 10th February, 2001
-# Whom:		Thierry Thomas <tthomas@mail.dotcom.fr>
+# Whom:		Thierry Thomas <thierry@thomas.as>
 #
 # $FreeBSD: ports/news/newsx/Makefile,v 1.2 2001/04/08 18:51:32 dinoex Exp $
 #
@@ -10,12 +10,14 @@
 CATEGORIES=	news
 MASTER_SITES=	ftp://ftp.kvaleberg.com/pub/
 
-MAINTAINER=	tthomas@mail.dotcom.fr
+MAINTAINER=	thierry@thomas.as
 
 BUILD_DEPENDS=	${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn:${hdr_dir}
 
 hdr_dir=	${LOCALBASE}/news/include
 
+DOCS=		AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO
+
 post-extract:
 	@${ECHO} "*********************************************************"
 	@${ECHO} "If this step fails, then you probably don't have made inn"
@@ -41,6 +43,15 @@
 post-configure:
 	@${PERL} -pi -e "s:^LIBS = :LIBS = -L${LOCALBASE}/news/lib -linn:g" \
 	${WRKSRC}/test/Makefile
+
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+.for FILE in ${DOCS}
+	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+.endfor
+	@${ECHO} "Documentation installed in ${DOCSDIR}."
+.endif
 
 #GNU_CONFIGURE=	yes
 USE_AUTOCONF= yes




--- pkg-descr.orig	Sun Apr  8 20:51:32 2001
+++ pkg-descr	Wed Jul 25 23:36:58 2001
@@ -14,4 +14,4 @@
 
 WWW: http://www.kvaleberg.com/newsx.html
 
-- Thierry Thomas <tthomas@mail.dotcom.fr>
+- Thierry Thomas <thierry@thomas.as>





--- pkg-plist.orig	Tue May  8 00:20:16 2001
+++ pkg-plist	Wed Jul 25 23:54:22 2001
@@ -1,6 +1,14 @@
 bin/newsx
 bin/newsq
 bin/testfilter
+%%PORTDOCS%%share/doc/newsx/AUTHORS
+%%PORTDOCS%%share/doc/newsx/COPYING
+%%PORTDOCS%%share/doc/newsx/ChangeLog
+%%PORTDOCS%%share/doc/newsx/FAQ
+%%PORTDOCS%%share/doc/newsx/INSTALL
+%%PORTDOCS%%share/doc/newsx/NEWS
+%%PORTDOCS%%share/doc/newsx/README
+%%PORTDOCS%%share/doc/newsx/TODO
 @dirrm news/spool/inhosts
 @dirrm news/spool
 @dirrm news
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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