diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-03 18:45:38 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-03 18:45:38 +0000 |
commit | f29fddce7cc9b2e77abe7203729a03dd1530a5a5 (patch) | |
tree | 3597649a399b54aeda0d3b993e0e541c212c6bc6 /audio/easytag | |
parent | 3ace79c022c527f469cba5a1afe59fdc78c533d0 (diff) | |
download | FreeBSD-ports-f29fddce7cc9b2e77abe7203729a03dd1530a5a5.zip FreeBSD-ports-f29fddce7cc9b2e77abe7203729a03dd1530a5a5.tar.gz |
Add two vendor bugfix patches. One fixes a CDDB-related bug; the other
fixes a crash when starting up with certain GTK themes.
Approved by: maintainer (semi-implicit, sortof-explicit, worked for me)
Diffstat (limited to 'audio/easytag')
-rw-r--r-- | audio/easytag/Makefile | 6 | ||||
-rw-r--r-- | audio/easytag/distinfo | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 9552bda69..32826ff 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -8,10 +8,16 @@ PORTNAME= easytag PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PATCH_SITES= ${MASTER_SITES} +PATCH_SITE_SUBDIR= ${PORTNAME} +PATCHFILES= patch_easytag_028_028a.diff patch_easytag_028a_028b.diff +PATCH_DIST_STRIP= -p1 + MAINTAINER= dominic.marks@btinternet.com COMMENT= Tag editor for MP3 and OGG files diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 57e9582..4f6e30e 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1 +1,3 @@ MD5 (easytag-0.28.tar.bz2) = c53de3d697234eede3f43240ef6ad950 +MD5 (patch_easytag_028_028a.diff) = 794551d3447d4c98fa474b1d52a4e57c +MD5 (patch_easytag_028a_028b.diff) = c6df49d12f5c9059e44cc53f905c7f91 |