Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 14:22:26 +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: r397244 - in head/emulators/fs-uae: . files
Message-ID:  <201509181422.t8IEMQWD083376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 18 14:22:25 2015
New Revision: 397244
URL: https://svnweb.freebsd.org/changeset/ports/397244

Log:
  - Add LICENSE_FILE
  - Drop 8.x support
  - Fix WWW:
  
  Approved by:	portmgr blanket

Deleted:
  head/emulators/fs-uae/files/
Modified:
  head/emulators/fs-uae/Makefile
  head/emulators/fs-uae/pkg-descr

Modified: head/emulators/fs-uae/Makefile
==============================================================================
--- head/emulators/fs-uae/Makefile	Fri Sep 18 14:01:14 2015	(r397243)
+++ head/emulators/fs-uae/Makefile	Fri Sep 18 14:22:25 2015	(r397244)
@@ -11,6 +11,7 @@ MAINTAINER=	tomse@oagd.net
 COMMENT=	Amiga emulator
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libopenal.so:${PORTSDIR}/audio/openal-soft
@@ -24,10 +25,4 @@ MAKE_ARGS+=	prefix=${PREFIX}
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900000
-CFLAGS+=	-DFreeBSD8
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/emulators/fs-uae/pkg-descr
==============================================================================
--- head/emulators/fs-uae/pkg-descr	Fri Sep 18 14:01:14 2015	(r397243)
+++ head/emulators/fs-uae/pkg-descr	Fri Sep 18 14:22:25 2015	(r397244)
@@ -3,4 +3,4 @@ FS-UAE emulates A500, A500+, A600, A1200
 and A4000 models, but you can tweak the hardware configuration and
 create customized Amigas.
 
-WWW: http://fs-uae.net
+WWW: http://fs-uae.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509181422.t8IEMQWD083376>