Bug 179062 - irc/irchat-pj-emacs21: Update MASTER_SITES
Summary: irc/irchat-pj-emacs21: Update MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 19:40 UTC by tkato432
Modified: 2013-05-29 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.63 KB, patch)
2013-05-28 19:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-28 19:40:02 UTC
- Update MASTER_SITES
- Add LICENSE
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-28 19:40:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-05-29 06:25:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-29 06:25:12 UTC
Author: miwi
Date: Wed May 29 05:25:00 2013
New Revision: 319342
URL: http://svnweb.freebsd.org/changeset/ports/319342

Log:
  - Update MASTER_SITES
  - Add LICENSE
  - Trim header
  - OptionsNG
  
  PR:		179062
  Submitted by:	ports fury

Modified:
  head/irc/irchat-pj-emacs21/Makefile   (contents, props changed)

Modified: head/irc/irchat-pj-emacs21/Makefile
==============================================================================
--- head/irc/irchat-pj-emacs21/Makefile	Wed May 29 05:23:40 2013	(r319341)
+++ head/irc/irchat-pj-emacs21/Makefile	Wed May 29 05:25:00 2013	(r319342)
@@ -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$
-#
 
 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 @@ PATCH_DIST_STRIP=	-p1
 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 @@ PLIST_SUB=	LISPDIR=${LISPDIR} \
 		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}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"