svn commit: r514133 - head/emulators/dosbox

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 9 10:56:18 UTC 2019


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 at 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" \


More information about the svn-ports-head mailing list