Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2002 20:22:55 +0400 (MSD)
From:      Alex Kapranoff <kappa@agava.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38379: minor maitainance on russian/pscyr port
Message-ID:  <200205211622.g4LGMtXF050156@kapkan.domain>

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

>Number:         38379
>Category:       ports
>Synopsis:       minor maitainance on russian/pscyr port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 21 09:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
AGAVA Software
>Environment:
System: FreeBSD kapkan.domain 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #3: Wed May 15 17:36:44 MSD 2002 root@kapkan.domain:/usr/src/sys/compile/KAPKAN i386


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

1. Update MASTER_SITES.
Submitted by: Sergii Laskavyi <ls@gambit.com.ru>
2. Update my e-mail.
3. Replace ${PERL5} one-liner "patch" with ${CP};${SED} sequence.

diff -ruN /usr/ports/russian/pscyr/Makefile pscyr/Makefile
--- /usr/ports/russian/pscyr/Makefile	Tue May 21 19:35:57 2002
+++ pscyr/Makefile	Tue May 21 20:10:49 2002
@@ -9,12 +9,12 @@
 PATCH_LEVEL=	2
 PORTVERSION=	0.4c${PATCH_LEVEL}
 CATEGORIES=	russian print
-MASTER_SITES=	ftp://mch5.chem.msu.su/pub/russian/psfonts/ \
+MASTER_SITES=	ftp://scon155.phys.msu.su/pub/russian/psfonts/ \
 		ftp://ftp.vsu.ru/pub/tex/font-packs/pscyr/
 DISTFILES=	${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-tex.tar.gz \
 		${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-type1.tar.gz
 
-MAINTAINER=	kapr@acm.org
+MAINTAINER=	kappa@freebsd.org.ua
 
 RUN_DEPENDS=	mktexlsr:${PORTSDIR}/print/teTeX
 # no other TeX is sufficient
@@ -23,7 +23,9 @@
 NO_BUILD=	yes
 
 post-patch:
-	${PERL5} -i.bak -pe 's/^mv\b/${INSTALL_DATA}/' ${WRKDIR}/install.sh
+	@${CP} ${WRKDIR}/install.sh ${WRKDIR}/install.sh.orig;
+	@${SED} -e 's/^mv /${INSTALL_DATA} /' \
+		${WRKDIR}/install.sh.orig > ${WRKDIR}/install.sh
 
 do-install:
 	(cd ${WRKDIR}; ${SH} install.sh ${PREFIX})
>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?200205211622.g4LGMtXF050156>