svn commit: r397244 - in head/emulators/fs-uae: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 18 14:22:26 UTC 2015


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 at 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/


More information about the svn-ports-all mailing list