Date: Fri, 11 Jan 2019 20:55:49 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490013 - head/games/barony Message-ID: <201901112055.x0BKtnut010798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jan 11 20:55:49 2019 New Revision: 490013 URL: https://svnweb.freebsd.org/changeset/ports/490013 Log: Switch from devel/physfs-devel to devel/physfs (which us currently the same) Modified: head/games/barony/Makefile Modified: head/games/barony/Makefile ============================================================================== --- head/games/barony/Makefile Fri Jan 11 20:54:31 2019 (r490012) +++ head/games/barony/Makefile Fri Jan 11 20:55:49 2019 (r490013) @@ -3,7 +3,7 @@ PORTNAME= barony DISTVERSIONPREFIX= v DISTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= devnexen@gmail.com @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/GPL.3.0.txt LIB_DEPENDS= libogg.so:audio/libogg \ - libphysfs.so:devel/physfs-devel \ + libphysfs.so:devel/physfs \ libpng.so:graphics/png \ libvorbisfile.so:audio/libvorbis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901112055.x0BKtnut010798>