From owner-svn-ports-head@FreeBSD.ORG Wed Mar 13 17:37:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 47D3730C; Wed, 13 Mar 2013 17:37:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3AACB99C; Wed, 13 Mar 2013 17:37:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DHb4IW012848; Wed, 13 Mar 2013 17:37:04 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2DHb4Qb012847; Wed, 13 Mar 2013 17:37:04 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201303131737.r2DHb4Qb012847@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 13 Mar 2013 17:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314099 - head/games/yadex 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, 13 Mar 2013 17:37:04 -0000 Author: danfe Date: Wed Mar 13 17:37:03 2013 New Revision: 314099 URL: http://svnweb.freebsd.org/changeset/ports/314099 Log: - Remove unreachable site from MASTER_SITES - Tighten OPTIONS knobs descriptions, reindent - Remove some black magic from PATCH_PREFIX Modified: head/games/yadex/Makefile Modified: head/games/yadex/Makefile ============================================================================== --- head/games/yadex/Makefile Wed Mar 13 17:23:05 2013 (r314098) +++ head/games/yadex/Makefile Wed Mar 13 17:37:03 2013 (r314099) @@ -5,8 +5,7 @@ PORTNAME= yadex PORTVERSION= 1.7.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ \ - http://hjem.get2net.dk/RasII/amajorel/yadex/ +MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org @@ -25,18 +24,18 @@ MAN6= yadex.6 OPTIONS_DEFINE= WHITE_BG 3D_RENDER SEARCH EXTRA_TOOLS LAPTOP_KEYS DOCS -WHITE_BG_DESC= Use alternative (black-on-white) color scheme -3D_RENDER_DESC= Build with a 3D preview function -SEARCH_DESC= Search for a thing, linedef, or sector by type +WHITE_BG_DESC= Alternative (black-on-white) color scheme +3D_RENDER_DESC= Build with 3D preview function +SEARCH_DESC= Thing, linedef, or sector search by type EXTRA_TOOLS_DESC= Add a few extra tools to Yadex' repertoire -LAPTOP_KEYS_DESC= Key bindings to make editing easier on laptops +LAPTOP_KEYS_DESC= Key bindings for easier editing on laptops .include PATCH_SITES= http://glbsp.sourceforge.net/%SUBDIR%/ PATCH_SITE_SUBDIR= ${PORTNAME} PATCH_DIST_STRIP= -p1 -PATCH_PREFIX= ${PORTNAME:U:C/^(.).*$/\1/g}${PORTNAME:C/^(.)//}_${PORTVERSION:S/.//g} +PATCH_PREFIX= Yadex_${PORTVERSION:S/.//g} PATCH_SUFFIX= .diff PATCHFILES= ${PATCH_PREFIX}_Depend${PATCH_SUFFIX}