View | Details | Raw Unified | Return to bug 178057
Collapse All | Expand All

(-)./Makefile (-5 / +5 lines)
Lines 1-11 Link Here
1
# Created by:	Adam Weinberger <adamw@FreeBSD.org>
1
# Created by: Adam Weinberger <adamw@FreeBSD.org>
2
# $FreeBSD: ports/audio/easytag/Makefile,v 1.60 2012/11/17 05:54:30 svnexp Exp $
2
# $FreeBSD: ports/audio/easytag/Makefile,v 1.60 2012/11/17 05:54:30 svnexp Exp $
3
3
4
PORTNAME=	easytag
4
PORTNAME=	easytag
5
PORTVERSION=	2.1.7
5
PORTVERSION=	2.1.8
6
PORTREVISION=	3
7
CATEGORIES=	audio
6
CATEGORIES=	audio
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28gtk%202%29/${PORTVERSION:C/\.[0-9]+$//}
7
MASTER_SITES=	GNOME
9
8
10
MAINTAINER=	novel@FreeBSD.org
9
MAINTAINER=	novel@FreeBSD.org
11
COMMENT=	GTK2 Tag editor for MP3 and OGG files
10
COMMENT=	GTK2 Tag editor for MP3 and OGG files
Lines 19-26 Link Here
19
MAN1=		easytag.1
18
MAN1=		easytag.1
20
CONFLICTS=	easytag-devel-[0-9]*
19
CONFLICTS=	easytag-devel-[0-9]*
21
20
22
USE_BZIP2=	yes
21
USE_XZ=	yes
23
USE_GETTEXT=	yes
22
USE_GETTEXT=	yes
23
USE_GMAKE=	yes
24
USE_GNOME=	gnomehack gnomeprefix gtk20 desktopfileutils
24
USE_GNOME=	gnomehack gnomeprefix gtk20 desktopfileutils
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_GTK
26
CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_GTK
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (easytag-2.1.7.tar.bz2) = bfed34cbdce96aca299a0db2b531dbc66feb489b911a34f0a9c67f2eb6ee9301
1
SHA256 (easytag-2.1.8.tar.xz) = 1a2f75c9a70aeb7a404dfaa96e0df0eaaa325df301c58f0f708d0da4c08e65a9
2
SIZE (easytag-2.1.7.tar.bz2) = 3303491
2
SIZE (easytag-2.1.8.tar.xz) = 2459496

Return to bug 178057