ports/179056: irc/dcc: Update MASTER_SITES
KATO Tsuguru
tkato432 at yahoo.com
Tue May 28 18:40:01 UTC 2013
>Number: 179056
>Category: ports
>Synopsis: irc/dcc: 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:00 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/dcc/Makefile irc/dcc/Makefile
--- /usr/ports/irc/dcc/Makefile 2012-11-08 07:07:44.000000000 +0900
+++ irc/dcc/Makefile 2013-05-29 00:00:00.000000000 +0900
@@ -1,15 +1,12 @@
-# New ports collection makefile for: dcc
-# Date Created: 6 May 2001
-# Whom: Yoichi NAKAYAMA <yoichi at eken.phys.nagoya-u.ac.jp>
-#
+# Created by: Yoichi NAKAYAMA <yoichi at eken.phys.nagoya-u.ac.jp>
# $FreeBSD: head/irc/dcc/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
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 @@
MAINTAINER= ports at 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
diff -urN /usr/ports/irc/dcc/pkg-descr irc/dcc/pkg-descr
--- /usr/ports/irc/dcc/pkg-descr 2012-11-08 07:07:44.000000000 +0900
+++ irc/dcc/pkg-descr 2013-05-29 00:00:00.000000000 +0900
@@ -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/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list