Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 16:51:17 +0000 (UTC)
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318178 - in head: japanese/uim-anthy textproc/uim textproc/uim-el textproc/uim-gnome textproc/uim-gtk textproc/uim-gtk3 textproc/uim-kde textproc/uim-kde4 textproc/uim-m17nlib textproc...
Message-ID:  <201305141651.r4EGpHiS005660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nobutaka
Date: Tue May 14 16:51:16 2013
New Revision: 318178
URL: http://svnweb.freebsd.org/changeset/ports/318178

Log:
  - Update to 1.8.5.
  - Trim Makefile header.
  - Remove shared lib version from LIB_DEPENDS.

Modified:
  head/japanese/uim-anthy/Makefile   (contents, props changed)
  head/textproc/uim-el/Makefile
  head/textproc/uim-el/distinfo   (contents, props changed)
  head/textproc/uim-gnome/Makefile   (contents, props changed)
  head/textproc/uim-gtk/Makefile   (contents, props changed)
  head/textproc/uim-gtk3/Makefile   (contents, props changed)
  head/textproc/uim-kde/Makefile   (contents, props changed)
  head/textproc/uim-kde4/Makefile   (contents, props changed)
  head/textproc/uim-m17nlib/Makefile   (contents, props changed)
  head/textproc/uim-qt/Makefile   (contents, props changed)
  head/textproc/uim-qt4/Makefile
  head/textproc/uim/Makefile
  head/textproc/uim/distinfo   (contents, props changed)
  head/textproc/uim/files/patch-emacs_Makefile.in   (contents, props changed)
  head/textproc/uim/pkg-plist   (contents, props changed)

Modified: head/japanese/uim-anthy/Makefile
==============================================================================
--- head/japanese/uim-anthy/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/japanese/uim-anthy/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   ja-uim-anthy
-# Date created:        31 August 2003
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 CATEGORIES=	japanese
 .if defined(WITHOUT_X11)
@@ -18,8 +14,8 @@ COMMENT=	Uim plugin using Anthy input me
 USE_GNOME=	gtk20
 .endif
 
-LIB_DEPENDS=	anthy.1:${PORTSDIR}/japanese/anthy \
-		uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	anthy:${PORTSDIR}/japanese/anthy \
+		uim:${PORTSDIR}/textproc/uim
 
 MASTERDIR=	${.CURDIR}/../../textproc/uim
 PKGDIR=		${.CURDIR}

Modified: head/textproc/uim-el/Makefile
==============================================================================
--- head/textproc/uim-el/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-el/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:   uim-el
-# Date created:        24 December 2005
-# Whom:                MANTANI Nobutaka <nobutaka@freebsd.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	uim-el
-PORTVERSION=	1.8.2
-PORTREVISION=	2
+PORTVERSION=	1.8.5
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}

Modified: head/textproc/uim-el/distinfo
==============================================================================
--- head/textproc/uim-el/distinfo	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-el/distinfo	Tue May 14 16:51:16 2013	(r318178)
@@ -1,2 +1,2 @@
-SHA256 (uim-1.8.2.tar.bz2) = 44c2003179291b3279dae7f911d638418a54910f2b99e58418acc88e10067835
-SIZE (uim-1.8.2.tar.bz2) = 6480613
+SHA256 (uim-1.8.5.tar.bz2) = f74550b42d22a1e2bbc581039585541f7784eb6652a06ec17aa88bcf5f0f3d58
+SIZE (uim-1.8.5.tar.bz2) = 6497675

Modified: head/textproc/uim-gnome/Makefile
==============================================================================
--- head/textproc/uim-gnome/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-gnome/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:   uim-gnome
-# Date created:        31 August 2003
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-gnome
 
 COMMENT=	GNOME applets of uim input method
 
 USE_GNOME=	gtk20 gnomepanel libgnomeui
-LIB_DEPENDS=	uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
 RUN_DEPENDS=	uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk
 
 MASTERDIR=	${.CURDIR}/../../textproc/uim

Modified: head/textproc/uim-gtk/Makefile
==============================================================================
--- head/textproc/uim-gtk/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-gtk/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:   uim-gtk
-# Date created:        31 August 2003
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-gtk
 
 COMMENT=	GTK+ modules of uim input method
 
 USE_GNOME=	gtk20
-LIB_DEPENDS=	uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
 
 MASTERDIR=	${.CURDIR}/../../textproc/uim
 PKGDIR=		${.CURDIR}

Modified: head/textproc/uim-gtk3/Makefile
==============================================================================
--- head/textproc/uim-gtk3/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-gtk3/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:   uim-gtk3
-# Date created:        6 August 2011
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-gtk3
 
 COMMENT=	GTK+ 3.x modules of uim input method
 
 USE_GNOME=	gtk30
-LIB_DEPENDS=	uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
 
 MASTERDIR=	${.CURDIR}/../../textproc/uim
 PKGDIR=		${.CURDIR}

Modified: head/textproc/uim-kde/Makefile
==============================================================================
--- head/textproc/uim-kde/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-kde/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:   uim-kde
-# Date created:        10 March 2007
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-kde
 
 COMMENT=	KDE panel applet of uim input method
 
-LIB_DEPENDS=	uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
 RUN_DEPENDS=	uim-pref-qt:${PORTSDIR}/textproc/uim-qt
 
 USE_GCC=	4.2+

Modified: head/textproc/uim-kde4/Makefile
==============================================================================
--- head/textproc/uim-kde4/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-kde4/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:   uim-kde4
-# Date created:        26 November 2010
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-kde4
 
 COMMENT=	KDE4 panel applet of uim input method
 
 BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
-LIB_DEPENDS=	uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
 RUN_DEPENDS=	uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4
 
 USE_GCC=	4.2+

Modified: head/textproc/uim-m17nlib/Makefile
==============================================================================
--- head/textproc/uim-m17nlib/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-m17nlib/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   uim-m17nlib
-# Date created:        31 August 2003
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 .if defined(WITHOUT_X11)
 PKGNAMESUFFIX=	-m17nlib-nox11
@@ -14,8 +10,8 @@ PKGNAMESUFFIX=	-m17nlib
 COMMENT=	Uim plugin using m17n library input method
 
 BUILD_DEPENDS=	m17n-db:${PORTSDIR}/devel/m17n-db
-LIB_DEPENDS=	m17n.4:${PORTSDIR}/devel/m17n-lib \
-		uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	m17n:${PORTSDIR}/devel/m17n-lib \
+		uim:${PORTSDIR}/textproc/uim
 RUN_DEPENDS=	m17n-db:${PORTSDIR}/devel/m17n-db
 
 .if !defined(WITHOUT_M17NCONTRIB)

Modified: head/textproc/uim-qt/Makefile
==============================================================================
--- head/textproc/uim-qt/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-qt/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   uim-qt
-# Date created:        31 August 2003
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-qt
 
@@ -12,7 +8,7 @@ COMMENT=	QT modules of uim input method
 USE_QT_VER=	3
 USE_AUTOTOOLS=	libtool
 
-LIB_DEPENDS=	uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
 
 MASTERDIR=	${.CURDIR}/../../textproc/uim
 PKGDIR=		${.CURDIR}

Modified: head/textproc/uim-qt4/Makefile
==============================================================================
--- head/textproc/uim-qt4/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim-qt4/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:	uim-qt4
-# Date created:		2008-21-08
-# Whom:			Yamashiro Jun <yamajun@ofug.net>
-#
+# Created by: Yamashiro Jun <yamajun@ofug.net>
 # $FreeBSD$
-#
 
 PKGNAMESUFFIX=	-qt4
 
 COMMENT=	Qt4 modules of uim input method
 
-LIB_DEPENDS=	uim.8:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
 
 USE_QT4=	qmake_build moc_build qt3support uic
 USE_AUTOTOOLS=	libtool

Modified: head/textproc/uim/Makefile
==============================================================================
--- head/textproc/uim/Makefile	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim/Makefile	Tue May 14 16:51:16 2013	(r318178)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:   uim
-# Date created:        31 August 2003
-# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	uim
-PORTVERSION=	1.8.2
+PORTVERSION=	1.8.5
 CATEGORIES?=	textproc
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 .if !defined(UIM_SLAVE) && defined(WITHOUT_X11)

Modified: head/textproc/uim/distinfo
==============================================================================
--- head/textproc/uim/distinfo	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim/distinfo	Tue May 14 16:51:16 2013	(r318178)
@@ -1,2 +1,2 @@
-SHA256 (uim-1.8.2.tar.bz2) = 44c2003179291b3279dae7f911d638418a54910f2b99e58418acc88e10067835
-SIZE (uim-1.8.2.tar.bz2) = 6480613
+SHA256 (uim-1.8.5.tar.bz2) = f74550b42d22a1e2bbc581039585541f7784eb6652a06ec17aa88bcf5f0f3d58
+SIZE (uim-1.8.5.tar.bz2) = 6497675

Modified: head/textproc/uim/files/patch-emacs_Makefile.in
==============================================================================
--- head/textproc/uim/files/patch-emacs_Makefile.in	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim/files/patch-emacs_Makefile.in	Tue May 14 16:51:16 2013	(r318178)
@@ -1,13 +1,16 @@
---- emacs/Makefile.in.orig	2010-08-11 16:30:55.000000000 +0900
-+++ emacs/Makefile.in	2010-10-16 19:53:21.000000000 +0900
-@@ -846,18 +846,6 @@
+--- emacs/Makefile.in.orig	2013-03-31 19:14:02.000000000 +0900
++++ emacs/Makefile.in	2013-05-13 22:11:19.000000000 +0900
+@@ -872,21 +872,6 @@
  
  clean-libtool:
  	-rm -rf .libs _libs
 -install-dist_uimel_lispDATA: $(dist_uimel_lisp_DATA)
 -	@$(NORMAL_INSTALL)
--	test -z "$(uimel_lispdir)" || $(MKDIR_P) "$(DESTDIR)$(uimel_lispdir)"
 -	@list='$(dist_uimel_lisp_DATA)'; test -n "$(uimel_lispdir)" || list=; \
+-	if test -n "$$list"; then \
+-	  echo " $(MKDIR_P) '$(DESTDIR)$(uimel_lispdir)'"; \
+-	  $(MKDIR_P) "$(DESTDIR)$(uimel_lispdir)" || exit 1; \
+-	fi; \
 -	for p in $$list; do \
 -	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 -	  echo "$$d$$p"; \

Modified: head/textproc/uim/pkg-plist
==============================================================================
--- head/textproc/uim/pkg-plist	Tue May 14 16:43:31 2013	(r318177)
+++ head/textproc/uim/pkg-plist	Tue May 14 16:51:16 2013	(r318178)
@@ -400,14 +400,11 @@ share/locale/ko/LC_MESSAGES/uim.mo
 %%DATADIR%%/yahoo-jp-key-custom.scm
 %%DATADIR%%/yahoo-jp.scm
 %%DATADIR%%/zaurus.scm
-@dirrm include/libgcroots
-@dirrm include/sigscheme
 @dirrm include/uim
 @dirrm lib/uim/plugin
 @dirrm lib/uim
 @dirrmtry share/applications
 %%PORTDOCS%%@dirrm %%DOCSDIR_JA%%
-@dirrm %%DOCSDIR_SIGSCHEME%%
 @dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/helperdata
 @dirrm %%DATADIR%%/lib



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