Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2003 14:14:45 +0200 (EET)
From:      Oleksandr Bezpalko <bestia@de22.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48419: Update port fortuneru
Message-ID:  <200302181214.h1ICEjxW023308@de22.kiev.ua>

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

>Number:         48419
>Category:       ports
>Synopsis:       Update port fortuneru
>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:   Tue Feb 18 04:20:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oleksandr Bezpalko
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
DE22
>Environment:
System: FreeBSD de22.kiev.ua 4.7-STABLE FreeBSD 4.7-STABLE #22: Mon Feb 10 09:30:56 EET 2003 root@de22.kiev.ua:/usr/obj/usr/src/sys/BESTIA i386


>Description:
>How-To-Repeat:
>Fix:


--- Makefile	18 Feb 2003 11:42:49 -0000	
+++ Makefile	18 Feb 2003 12:10:25 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	fortuneru
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	russian
 MASTER_SITES=	ftp://de22.kiev.ua/pub/files/ \
 		ftp://hosting.cvu.kiev.ua/pub/files/ \
-		ftp://viva-solutions.com.ua/pub/files/
+		ftp://viva-solutions.com/pub/files/
 DISTNAME=	fortune.ru-${PORTVERSION}
 
 MAINTAINER=	bestia@de22.kiev.ua
@@ -21,16 +21,13 @@
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 STRCMD=		/usr/games/strfile
-FORTUNES=	4hf beer-murphy enciklopedy fortune_rus \
-		guberman marazm maxim_and_fedor murphy police \
-		strug usenet verse windows_errors pavlenka fomenko speed-info
+
+FORTUNES=
 
 do-install:
 	@${SETENV} STRCMD=${STRCMD} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 	@${MKDIR} ${PREFIX}/share/games/fortune/rus
-.for fortune in ${FORTUNES}
-	${INSTALL_DATA} ${WRKSRC}/${fortune} ${PREFIX}/share/games/fortune/rus
-.endfor
+	${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/games/fortune/rus
 
 pre-install:
 .if !exists(${STRCMD})
@@ -39,9 +36,9 @@
 .endif
 
 post-install:
-.for fortune in ${FORTUNES}
-	${STRCMD} ${PREFIX}/share/games/fortune/rus/${fortune} >/dev/null 2>/dev/null
-.endfor
+	@for fortune in ${PREFIX}/share/games/fortune/rus/* ; do \
+		${STRCMD} $$fortune >/dev/null 2>/dev/null ; \
+		done
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "Usage:"
 	@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/rus"


--- distinfo	18 Feb 2003 11:42:49 -0000
+++ distinfo	18 Feb 2003 11:52:10 -0000
@@ -1 +1 @@
-MD5 (fortune.ru-0.3.tar.gz) = 11cd4b517e15254979934b2099a62c22
+MD5 (fortune.ru-0.4.tar.gz) = 28ad7f799cc49d548b1d8462f051e6df

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

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




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