Bug 179056 - irc/dcc: Update MASTER_SITES
Summary: irc/dcc: 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:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.52 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:00 UTC
- Update MASTER_SITES
- Add LICENSE
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-28 19:40:14 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:30:27 UTC
State Changed
From-To: open->closed

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

Log:
  - Update MASTER_SITES
  - Add License
  - Trim Header
  - Add WWW
  PR:		179056
  Submitted by:	ports fury

Modified:
  head/irc/dcc/Makefile   (contents, props changed)
  head/irc/dcc/pkg-descr   (contents, props changed)

Modified: head/irc/dcc/Makefile
==============================================================================
--- head/irc/dcc/Makefile	Wed May 29 05:29:30 2013	(r319346)
+++ head/irc/dcc/Makefile	Wed May 29 05:30:23 2013	(r319347)
@@ -1,15 +1,12 @@
-# New ports collection makefile for:	dcc
-# Date Created:		6 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=	dcc
 PORTVERSION=	2.5.6
 PORTREVISION=	1
 CATEGORIES=	irc
-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/
 DISTNAME=	irchat-pj-${PORTVERSION}p
 
 PATCH_SITES=	${MASTER_SITES}
@@ -19,11 +16,15 @@ PATCH_DIST_STRIP=	-p1
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	DCC support program for irchat-pj
 
+LICENSE=	GPLv2 # (or later)
+
 USE_BZIP2=	yes
-PLIST_FILES=	bin/dcc
 ALL_TARGET=	dcc
-LDFLAGS+=	${PTHREAD_LIBS}
-CFLAGS+=	${PTHREAD_CFLAGS} -DUSE_PTHREAD -DENABLE_PTHREAD_ATTR
+
+CFLAGS+=	-DUSE_PTHREAD -DENABLE_PTHREAD_ATTR
+LDFLAGS+=	-pthread
+
+PLIST_FILES=	bin/dcc
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin

Modified: head/irc/dcc/pkg-descr
==============================================================================
--- head/irc/dcc/pkg-descr	Wed May 29 05:29:30 2013	(r319346)
+++ head/irc/dcc/pkg-descr	Wed May 29 05:30:23 2013	(r319347)
@@ -1 +1,3 @@
-Thisis a DCC support program for irchat-pj.
+This is a DCC support program for irchat-pj.
+
+WWW: http://gouketsu.net/irchat-pj/
_______________________________________________
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"