Date: Sat, 26 May 2001 10:23:37 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org Subject: ports/27663: Fix port: irc/py-irclib (master site broken) Message-ID: <200105261723.f4QHNb056212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 27663 >Category: ports >Synopsis: Fix port: irc/py-irclib (master site broken) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD free.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 12 18:17:07 KST 2001 root@free.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386 >Description: original writer's site has disappeared. :< added 2 more mirror site. and fixed typo in MASTER_SITE field. >How-To-Repeat: >Fix: diff -ruN py-irclib.old/Makefile py-irclib/Makefile --- py-irclib.old/Makefile Thu May 24 22:20:31 2001 +++ py-irclib/Makefile Sun May 27 02:19:29 2001 @@ -9,7 +9,9 @@ PORTVERSION= 0.3.1 CATEGORIES= irc python MASTER_SITES= http://joel.rosdahl.net/hacks/ \ - http://www3.kr.freebsd.org/~pekry/distfiles/ + http://www3.kr.freebsd.org/~perky/distfiles/ \ + http://www2.freebsd-kr.org/distfiles/ \ + ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@python.or.kr >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?200105261723.f4QHNb056212>