Date: Mon, 13 Apr 2015 19:36:34 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383961 - head/multimedia/plexhometheater Message-ID: <201504131936.t3DJaY46073541@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Apr 13 19:36:33 2015 New Revision: 383961 URL: https://svnweb.freebsd.org/changeset/ports/383961 Log: Move DISTVERSION{PREFIX,SUFFIX} into their proper place. Pointed out by: mat Modified: head/multimedia/plexhometheater/Makefile Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Mon Apr 13 19:26:23 2015 (r383960) +++ head/multimedia/plexhometheater/Makefile Mon Apr 13 19:36:33 2015 (r383961) @@ -2,6 +2,8 @@ PORTNAME= plexhometheater PORTVERSION= 1.3.6 +DISTVERSIONPREFIX=v +DISTVERSIONSUFFIX=.441-309e72d1 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com @@ -80,8 +82,6 @@ USE_SDL= image sdl mixer INSTALLS_ICONS= yes ONLY_FOR_ARCHS= i386 amd64 -DISTVERSIONPREFIX=v -DISTVERSIONSUFFIX=.441-309e72d1 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT} SUB_FILES= ${PORTNAME}.sh pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504131936.t3DJaY46073541>