Date: Thu, 7 Dec 2017 20:55:32 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r455755 - in branches/2017Q4/x11-fonts/alfont: . files Message-ID: <201712072055.vB7KtWxY017430@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Dec 7 20:55:32 2017 New Revision: 455755 URL: https://svnweb.freebsd.org/changeset/ports/455755 Log: MFH: r454035 x11-fonts/alfont: fix build and undeprecate, also clean up fetching. Somehow I failed to see this patch earlier when the port originally expired. PR: 213600 Submitted by: timon at timon.net.nz Approved by: maintainer timeout (nemysis@, 1 year) Approved by: ports-secteam (build-fix blanket) Added: branches/2017Q4/x11-fonts/alfont/files/ - copied from r454035, head/x11-fonts/alfont/files/ Modified: branches/2017Q4/x11-fonts/alfont/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/x11-fonts/alfont/Makefile ============================================================================== --- branches/2017Q4/x11-fonts/alfont/Makefile Thu Dec 7 20:52:07 2017 (r455754) +++ branches/2017Q4/x11-fonts/alfont/Makefile Thu Dec 7 20:55:32 2017 (r455755) @@ -5,13 +5,10 @@ PORTNAME= alfont PORTVERSION= 209 PORTREVISION= 3 CATEGORIES= x11-fonts -MASTER_SITES= http://opensnc.sourceforge.net/alfont/mirror/ \ - SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:nemysis -# http://opensnc.sourceforge.net/alfont/:opensnc -DISTFILES= AlFont${DISTVERSION}.rar \ - alfont.c:nemysis +MASTER_SITES= http://opensnc.sourceforge.net/alfont/mirror/ +DISTNAME= AlFont${DISTVERSION} +EXTRACT_SUFX= .rar DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= AlFont${DISTVERSION}.rar MAINTAINER= nemysis@FreeBSD.org COMMENT= Wrapper around the freetype2 library @@ -21,10 +18,6 @@ LICENSE_NAME= The FreeType Project LICENSE (FTL) LICENSE_FILE= ${WRKSRC}/docs/FTL.txt LICENSE_PERMS= auto-accept -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2017-08-23 - EXTRACT_DEPENDS= unrar:archivers/unrar LIB_DEPENDS= liballeg.so.4:devel/allegro \ libfreetype.so:print/freetype2 @@ -62,8 +55,6 @@ do-extract: ${_DISTDIR}/AlFont${DISTVERSION}.rar post-patch: - @${CP} -af ${_DISTDIR}/alfont.c ${WRKSRC}/src - @${REINPLACE_CMD} -e \ 's|#define ALFONT_WINDOWS|//#define ALFONT_WINDOWS|; \ s|//#define ALFONT_LINUX|#define ALFONT_LINUX|; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712072055.vB7KtWxY017430>