Bug 184237 - japanese/skkfep: Update MASTER_SITES and WWW line
Summary: japanese/skkfep: Update MASTER_SITES and WWW line
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 18:10 UTC by tkato432
Modified: 2013-12-06 11:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.40 KB, patch)
2013-11-24 18:10 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-11-24 18:10:05 UTC
- Update MASTER_SITES anfd WWW: line
- Fix build with clang
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2013-12-06 11:19:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-06 11:23:29 UTC
Author: ak
Date: Fri Dec  6 11:23:15 2013
New Revision: 335731
URL: http://svnweb.freebsd.org/changeset/ports/335731

Log:
  - Fix build with clang
  - Support STAGEDIR
  - Update MASTER_SITES and WWW
  
  PR:	ports/184237
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/japanese/skkfep/Makefile   (contents, props changed)
  head/japanese/skkfep/pkg-descr   (contents, props changed)

Modified: head/japanese/skkfep/Makefile
==============================================================================
--- head/japanese/skkfep/Makefile	Fri Dec  6 10:33:25 2013	(r335730)
+++ head/japanese/skkfep/Makefile	Fri Dec  6 11:23:15 2013	(r335731)
@@ -5,19 +5,19 @@ PORTNAME=	skkfep
 PORTVERSION=	0.87
 PORTREVISION=	2
 CATEGORIES=	japanese
-MASTER_SITES=	http://homepage2.nifty.com/aito/skkfep/
+MASTER_SITES=	http://aitoweb.world.coocan.jp/skkfep/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SKK-like Kana-to-Kanji FrontEnd Processor
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
 
-MAN1=		skkfep.1
-PLIST_FILES=	bin/skkfep
+CFLAGS+=	-Wno-return-type
+
+PLIST_FILES=	bin/skkfep man/man1/skkfep.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/japanese/skkfep/pkg-descr
==============================================================================
--- head/japanese/skkfep/pkg-descr	Fri Dec  6 10:33:25 2013	(r335730)
+++ head/japanese/skkfep/pkg-descr	Fri Dec  6 11:23:15 2013	(r335731)
@@ -1,4 +1,4 @@
 skkfep is a tool to input Kana and Kanji from the terminal.
 This also include some patches for Word registration.
 
-WWW: http://homepage2.nifty.com/aito/soft.html
+WWW: http://aitoweb.world.coocan.jp/soft.html
_______________________________________________
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"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-12-06 11:23:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!