svn commit: r355491 - head/multimedia/aegisub

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 11:55:37 UTC 2014


Author: bapt
Date: Tue May 27 11:55:36 2014
New Revision: 355491
URL: http://svnweb.freebsd.org/changeset/ports/355491
QAT: https://qat.redports.org/buildarchive/r355491/

Log:
  Revert update which should not have happen

Modified:
  head/multimedia/aegisub/Makefile
  head/multimedia/aegisub/distinfo

Modified: head/multimedia/aegisub/Makefile
==============================================================================
--- head/multimedia/aegisub/Makefile	Tue May 27 11:54:56 2014	(r355490)
+++ head/multimedia/aegisub/Makefile	Tue May 27 11:55:36 2014	(r355491)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	aegisub
-PORTVERSION=	3.1.3
+PORTVERSION=	2.1.9
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://ftp.aegisub.org/pub/archives/releases/source/:aegisub \
+		ftp://ftp.aegisub.org/pub/archives/releases/source/:aegisub \
+		ftp://ftp2.aegisub.org/pub/archives/releases/source/:aegisub \
 		GH
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:aegisub ${FFMS_DISTFILE}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cross-platform subtitle editor
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 
@@ -31,12 +34,14 @@ GH_COMMIT=	ec0ef9c
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
-USES=		desktop-file-utils gettext gmake pkgconfig tar:xz
+USES=		desktop-file-utils gettext gmake pkgconfig
 USE_GNOME=	intltool
-USE_WX=		3.0
+USE_WX=		2.8
+WX_COMPS=	wx contrib
 WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 USE_GL=		glu
+USE_GCC=	any
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gcc-prec --without-lua50
 INSTALLS_ICONS=	yes
@@ -127,7 +132,7 @@ CONFIGURE_ARGS+=	--without-hunspell
 .endif
 
 .if ${PORT_OPTIONS:MLUA}
-USES+=		lua
+USES+=		lua:51
 CONFIGURE_ENV+=	LUA_CFLAGS="-I${LUA_INCDIR}" \
 		LUA_LDFLAGS="-L${LUA_LIBDIR} -llua-${LUA_VER}"
 CPPFLAGS+=	-I${LUA_INCDIR}

Modified: head/multimedia/aegisub/distinfo
==============================================================================
--- head/multimedia/aegisub/distinfo	Tue May 27 11:54:56 2014	(r355490)
+++ head/multimedia/aegisub/distinfo	Tue May 27 11:55:36 2014	(r355491)
@@ -1,4 +1,4 @@
-SHA256 (aegisub-3.1.3.tar.xz) = efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58
-SIZE (aegisub-3.1.3.tar.xz) = 4215196
+SHA256 (aegisub-2.1.9.tar.gz) = ac1f20751f3d2732d7e11627ea4cc30b53cb905d11422925b7f881785d373706
+SIZE (aegisub-2.1.9.tar.gz) = 2538256
 SHA256 (ffms2-2.19.tar.gz) = 12611778f9f0083af5627067db0b163c48a0c32a43a0b4145da612f43afa69f2
 SIZE (ffms2-2.19.tar.gz) = 512114


More information about the svn-ports-all mailing list