Date: Sat, 16 Nov 2013 12:54:17 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333991 - head/japanese/lynx-current Message-ID: <201311161254.rAGCsHBa003769@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Sat Nov 16 12:54:17 2013 New Revision: 333991 URL: http://svnweb.freebsd.org/changeset/ports/333991 Log: . resolve pkgname conflict with japanese/lyx (add PKGNAMESUFFIX); . remove indefinite article from COMMENT; . pet portlint -- make COMMENT a bit shorter. Modified: head/japanese/lynx-current/Makefile Modified: head/japanese/lynx-current/Makefile ============================================================================== --- head/japanese/lynx-current/Makefile Sat Nov 16 12:50:57 2013 (r333990) +++ head/japanese/lynx-current/Makefile Sat Nov 16 12:54:17 2013 (r333991) @@ -7,9 +7,10 @@ CATEGORIES= japanese www ipv6 MASTER_SITES= http://lynx.isc.org/current/ \ http://ftp2.uk.freebsd.org/sites/lynx.isc.org/current/ DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION} +PKGNAMESUFFIX= -current MAINTAINER= ports@FreeBSD.org -COMMENT= A terminal-based World-Wide Web Client with multi-byte modification (development version) +COMMENT= Terminal WWW client with multi-byte modification (development version) VERSION= 2.8.8 MINOR_VERSION= dev.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311161254.rAGCsHBa003769>