Date: Wed, 9 Oct 2019 10:56:17 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514133 - head/emulators/dosbox Message-ID: <201910091056.x99AuHor064789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Oct 9 10:56:17 2019 New Revision: 514133 URL: https://svnweb.freebsd.org/changeset/ports/514133 Log: - Switch to DISTVERSION and stop abusing PORTREVISION whenever minor version bumps; this also allows to drop DISTNAME - Garbage-collect PKGMESSAGE (pkg-message file itself was removed in r199776 12 years ago) and add missing USES+=sdl while I'm here Modified: head/emulators/dosbox/Makefile Modified: head/emulators/dosbox/Makefile ============================================================================== --- head/emulators/dosbox/Makefile Wed Oct 9 10:40:21 2019 (r514132) +++ head/emulators/dosbox/Makefile Wed Oct 9 10:56:17 2019 (r514133) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= dosbox -PORTVERSION= 0.74 -PORTREVISION= 13 +DISTVERSION= 0.74-3 CATEGORIES= emulators -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-3 -DISTNAME= ${PORTNAME}-${PORTVERSION}-3 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= knyght@gmail.com COMMENT= Emulator of a PC with DOS @@ -15,14 +13,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png +USES= sdl GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-core-inline USE_SDL= sdl net sound + PLIST_FILES= bin/dosbox man/man1/dosbox.1.gz share/pixmaps/dosbox.ico PORTDOCS= NEWS README - -PKGMESSAGE= ${WRKDIR}/pkg-message - -CONFIGURE_ARGS+= --enable-core-inline DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \ "${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091056.x99AuHor064789>