Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2012 12:31:04 +0000 (UTC)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302237 - in head/japanese/kon2-16dot: . files
Message-ID:  <201208071231.q77CV44C061530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: scheidell
Date: Tue Aug  7 12:31:04 2012
New Revision: 302237
URL: http://svn.freebsd.org/changeset/ports/302237

Log:
  - Fix pointyhat (plist), ubreak
  - Submitter is now maintainer
  
  PR:		ports/168321
  Submitted by:	turutani@scphys.kyoto-u.ac.jp (maintainer)

Modified:
  head/japanese/kon2-16dot/Makefile
  head/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD

Modified: head/japanese/kon2-16dot/Makefile
==============================================================================
--- head/japanese/kon2-16dot/Makefile	Tue Aug  7 12:26:39 2012	(r302236)
+++ head/japanese/kon2-16dot/Makefile	Tue Aug  7 12:31:04 2012	(r302237)
@@ -7,7 +7,7 @@
 
 PORTNAME=	kon2
 PORTVERSION=	0.3
-PORTREVISION=	5
+PORTREVISION=	6
 # '+=' is for slave ports
 CATEGORIES+=	japanese
 MASTER_SITES=	${MASTER_SITE_PORTS_JP}
@@ -18,7 +18,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 # '+=' is for slave ports
-MAINTAINER?=	ports@FreeBSD.org
+MAINTAINER?=	turutani@scphys.kyoto-u.ac.jp
 COMMENT=	Kanji On Console -- Display kanji characters on your own console
 
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD
==============================================================================
--- head/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD	Tue Aug  7 12:26:39 2012	(r302236)
+++ head/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD	Tue Aug  7 12:31:04 2012	(r302237)
@@ -1,6 +1,6 @@
 --- src/Makefile.FreeBSD.orig	1997-01-30 10:29:25.000000000 +0900
 +++ src/Makefile.FreeBSD	2012-05-10 02:50:12.820551080 +0900
-@@ -1,10 +1,17 @@
+@@ -1,12 +1,19 @@
  # FreeBSD makefile for kon
  # Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
  
@@ -17,5 +17,8 @@
 +SRCS+=	utmp.c
 +.endif
  LIBS+=	-L${.CURDIR}/display -L${.CURDIR}/../lib -ldisplay -lgon
- NOMAN=	YES
+-NOMAN=	YES
++MK_MAN=	no
  CFLAGS+=	-I${.CURDIR}/../include
+ CLEANFILES=	Makefile
+



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