Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 1998 11:02:34 -0600 (CST)
From:      mcj@acquiesce.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5844: slrn port update
Message-ID:  <199802251702.LAA06259@Bluetonic.dyn.ml.org>

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

>Number:         5844
>Category:       ports
>Synopsis:       slrn port update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 09:10:02 PST 1998
>Last-Modified:
>Originator:     Carey Jones
>Organization:
Bluetonic
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	

>Description:

I got a request for the slrn port to build and install the slrnpull binary,
so here's the changes for that.  Also, I trimmed the master site list, as
the freebsd distfiles site seems to be there only place where I can find
the older sources (all the newer versions require the slang 1.0 betas, so
I'm not able to upgrade to that yet, though I will if the libslang port
gets updated).

>How-To-Repeat:

	

>Fix:
	
diff -ruN slrn.old/Makefile slrn/Makefile
--- slrn.old/Makefile	Mon Jul 14 20:17:22 1997
+++ slrn/Makefile	Wed Feb 25 10:57:24 1998
@@ -1,5 +1,5 @@
 # New ports collection makefile for:   slrn
-# Version required:    0.9.4.2
+# Version required:    0.9.4.3
 # Date created:        28 March 1997
 # Whom:                Carey Jones <mcj@acquiesce.org>
 # 
@@ -9,9 +9,7 @@
 DISTNAME=	slrn0.9.4.3
 PKGNAME=	slrn-0.9.4.3
 CATEGORIES=	news
-MASTER_SITES=	ftp://space.mit.edu/pub/davis/slrn/ \
-		ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/ \
-		ftp://ftp.prz.tu-berlin.de/pub/unix/news/reader/slrn/
+MASTER_SITES=	${MASTER_SITE_FREEBSD}
 
 MAINTAINER=	mcj@acquiesce.org
 
@@ -19,12 +17,21 @@
 
 WRKSRC=		${WRKDIR}/slrn
 GNU_CONFIGURE=	yes
+ALL_TARGET=	all slrnpull
 MAN1=		slrn.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrn ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrnpull ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/examples/slrn
 	${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn
+	@${MKDIR} ${PREFIX}/share/examples/slrn/slrnpull
+	${INSTALL_DATA} ${WRKSRC}/slrnpull/QUICK_INSTALL ${PREFIX}/share/examples/slrn/slrnpull
+	${INSTALL_DATA} ${WRKSRC}/slrnpull/README ${PREFIX}/share/examples/slrn/slrnpull
+	${INSTALL_DATA} ${WRKSRC}/slrnpull/score ${PREFIX}/share/examples/slrn/slrnpull
+	${INSTALL_DATA} ${WRKSRC}/slrnpull/slrn.rc ${PREFIX}/share/examples/slrn/slrnpull
+	${INSTALL_DATA} ${WRKSRC}/slrnpull/slrnpull.conf ${PREFIX}/share/examples/slrn/slrnpull
+	${INSTALL_DATA} ${WRKSRC}/slrnpull/slrnpull.sh ${PREFIX}/share/examples/slrn/slrnpull
 	${INSTALL_MAN} ${WRKSRC}/doc/slrn.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>
diff -ruN slrn.old/pkg/PLIST slrn/pkg/PLIST
--- slrn.old/pkg/PLIST	Fri May 16 22:41:37 1997
+++ slrn/pkg/PLIST	Wed Feb 25 10:46:00 1998
@@ -1,3 +1,10 @@
 bin/slrn
+bin/slrnpull
 share/examples/slrn/slrn.rc
+share/examples/slrn/slrnpull/QUICK_INSTALL
+share/examples/slrn/slrnpull/README
+share/examples/slrn/slrnpull/score
+share/examples/slrn/slrnpull/slrn.rc
+share/examples/slrn/slrnpull/slrnpull.conf
+share/examples/slrn/slrnpull/slrnpull.sh
 man/man1/slrn.1.gz
>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?199802251702.LAA06259>