From owner-svn-ports-head@FreeBSD.ORG Wed Jul 31 09:18:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61D134D8; Wed, 31 Jul 2013 09:18:08 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35357249E; Wed, 31 Jul 2013 09:18:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6V9I89t090876; Wed, 31 Jul 2013 09:18:08 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6V9I7Ax090873; Wed, 31 Jul 2013 09:18:07 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307310918.r6V9I7Ax090873@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 31 Jul 2013 09:18:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324022 - in head: graphics/xpaint japanese/xdtp print/xdvi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 09:18:08 -0000 Author: danfe Date: Wed Jul 31 09:18:07 2013 New Revision: 324022 URL: http://svnweb.freebsd.org/changeset/ports/324022 Log: Minor, last-minute fixes missed in the previous commits. Modified: head/graphics/xpaint/Makefile head/japanese/xdtp/Makefile head/print/xdvi/Makefile Modified: head/graphics/xpaint/Makefile ============================================================================== --- head/graphics/xpaint/Makefile Wed Jul 31 09:17:35 2013 (r324021) +++ head/graphics/xpaint/Makefile Wed Jul 31 09:18:07 2013 (r324022) @@ -10,6 +10,8 @@ MASTER_SITES= SF/sf-${PORTNAME}/sf-${POR MAINTAINER= johans@FreeBSD.org COMMENT= Simple paint program +LICENSE= GPLv3 + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ openjpeg:${PORTSDIR}/graphics/openjpeg \ @@ -17,13 +19,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ freetype:${PORTSDIR}/print/freetype2 \ jbig:${PORTSDIR}/graphics/jbigkit \ Xaw3dxft:${PORTSDIR}/x11-toolkits/libxaw3dxft - RUN_DEPENDS= psselect:${PORTSDIR}/print/psutils USE_BZIP2= yes USE_XORG= xft xmu xpm USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes USE_GHOSTSCRIPT_RUN=yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 Modified: head/japanese/xdtp/Makefile ============================================================================== --- head/japanese/xdtp/Makefile Wed Jul 31 09:17:35 2013 (r324021) +++ head/japanese/xdtp/Makefile Wed Jul 31 09:18:07 2013 (r324022) @@ -5,7 +5,7 @@ PORTNAME= xdtp PORTVERSION= 1.3.1 PORTREVISION= 4 CATEGORIES= japanese -MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/ +MASTER_SITES= http://www.ongs.co.jp/projects/xdtp/ EXTRACT_SUFX= .tgz MAINTAINER= ozawa@ongs.co.jp Modified: head/print/xdvi/Makefile ============================================================================== --- head/print/xdvi/Makefile Wed Jul 31 09:17:35 2013 (r324021) +++ head/print/xdvi/Makefile Wed Jul 31 09:18:07 2013 (r324022) @@ -9,13 +9,13 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME}-20 EXTRACT_SUFX= .tar.Z +DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= DVI previewer for the X Window System CONFLICTS= teTeX-* -DIST_SUBDIR= xdvi USES= gmake imake USE_XORG= ice sm x11 xaw xext xmu xt xpm PKGINSTALL= ${WRKDIR}/pkg-install