Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 03:27:20 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/179062: irc/irchat-pj-emacs21: Update MASTER_SITES
Message-ID:  <20130529032720.1a089c96d7fdeeb91aee066c@yahoo.com>
Resent-Message-ID: <201305281840.r4SIe2EI002176@freefall.freebsd.org>

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

>Number:         179062
>Category:       ports
>Synopsis:       irc/irchat-pj-emacs21: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 18:40:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Add LICENSE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/irc/irchat-pj-emacs21/Makefile irc/irchat-pj-emacs21/Makefile
--- /usr/ports/irc/irchat-pj-emacs21/Makefile	2012-11-08 07:06:35.000000000 +0900
+++ irc/irchat-pj-emacs21/Makefile	2013-05-29 00:00:00.000000000 +0900
@@ -1,15 +1,12 @@
-# New ports collection makefile for:	irchat-pj (for emacs20)
-# Date Created:		2 May 2001
-# Whom:			Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
+# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
 # $FreeBSD: head/irc/irchat-pj-emacs21/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	irchat-pj
 PORTVERSION=	2.5.6
 PORTREVISION=	6
 CATEGORIES=	irc elisp
-MASTER_SITES=	http://his.luky.org/ftp/mirrors/irchat-pj/2.5/
+#MASTER_SITES=	http://gouketsu.net/irchat-pj/src/2.5/
+MASTER_SITES=	http://ftp.dti.ad.jp/pub/unix/net/irc/irchat-pj/2.5/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION}p
 
@@ -20,10 +17,14 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IRC client which runs under Emacsen
 
+LICENSE=	GPLv2 # (or later)
+
 BUILD_DEPENDS=	${LOCALBASE}/${LISPDIR:S,${PORTNAME},pure,g}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME}
 RUN_DEPENDS=	${LOCALBASE}/${LISPDIR:S,${PORTNAME},pure,g}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} \
 		${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc
 
+OPTIONS_DEFINE=	DOCS
+
 USE_BZIP2=	yes
 USE_EMACS=	yes
 EMACS_PORT_NAME?=	emacs21
@@ -43,8 +44,10 @@
 		ETCDIR=${ETCDIR} \
 		XEMACS_ONLY=${XEMACS_ONLY}
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${PREFIX}/${ETCDIR}
 .for f in ${DOCS}
 	${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/${ETCDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



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