This is an upgrade to oggtag 1.0.2 - upstream has accepted
a rewrite of the manpage into mdoc(7) and incorporated our patch.
Diff below, but I don't know how to convey the removal of patches/
While at it, upstream also changed the structure of the tarball
- previously xfz into current dir, now xzf into oggtag/
Jan
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/oggtag/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile 22 Jan 2015 21:17:46 -0000 1.12
+++ Makefile 14 Nov 2017 20:15:26 -0000
@@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2015/01/22 21:17:46 naddy Exp $
COMMENT= command-line editor for tags in Ogg Vorbis files
-DISTNAME= oggtag_1.0
+DISTNAME= oggtag_1.0.2
PKGNAME= ${DISTNAME:S/_/-/}
-REVISION= 0
CATEGORIES= audio
HOMEPAGE= http://oggtag.sourceforge.net/
@@ -28,12 +27,12 @@ NO_TEST= Yes
LIBS= -lvorbis -logg -lm
do-build:
- cd ${WRKSRC} && \
+ cd ${WRKSRC}/oggtag && \
${CC} ${CFLAGS} -o oggtag oggtag.c vcedit.c \
-I${LOCALBASE}/include -L${LOCALBASE}/lib ${LIBS}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/oggtag ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/oggtag.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/oggtag/oggtag ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/oggtag/oggtag.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/oggtag/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 18 Jan 2015 03:12:46 -0000 1.4
+++ distinfo 14 Nov 2017 20:15:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (oggtag_1.0.tgz) = AZdZgRWUQl4DPfXtv6ygWZXsn66epQbTPWOtDaFQBzQ=
-SIZE (oggtag_1.0.tgz) = 14463
+SHA256 (oggtag_1.0.2.tgz) = hU+f3DttnqTERzX2b5NQqyHNcGDc0rjsz95skFB2Cxc=
+SIZE (oggtag_1.0.2.tgz) = 14689