mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
65c78c5e9d
commit
8a26a10e50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84165
4 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
MD5 (easytag-0.28.tar.bz2) = c53de3d697234eede3f43240ef6ad950
|
||||
MD5 (patch_easytag_028_028a.diff) = 794551d3447d4c98fa474b1d52a4e57c
|
||||
MD5 (patch_easytag_028a_028b.diff) = c6df49d12f5c9059e44cc53f905c7f91
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
MD5 (easytag-0.28.tar.bz2) = c53de3d697234eede3f43240ef6ad950
|
||||
MD5 (patch_easytag_028_028a.diff) = 794551d3447d4c98fa474b1d52a4e57c
|
||||
MD5 (patch_easytag_028a_028b.diff) = c6df49d12f5c9059e44cc53f905c7f91
|
||||
|
|
Loading…
Add table
Reference in a new issue