- Update to 1.2.0
- Pass maintainership to submitter PR: ports/85037 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
parent
1f4e10b1c1
commit
91e73b016a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141297
3 changed files with 16 additions and 16 deletions
|
@ -1,19 +1,20 @@
|
|||
# New ports collection makefile for: libcddb-doc
|
||||
# Date created: 2005-04-24
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
# Date created: 2005-04-24
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libcddb-doc
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= libcddb
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ehaupt@critical.ch
|
||||
COMMENT= Libcddb documentation
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/output
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libcddb-doc-1.0.0.tar.gz) = fa9562e38ca62c0167cddec547ac74ba
|
||||
SIZE (libcddb-doc-1.0.0.tar.gz) = 58114
|
||||
MD5 (libcddb-doc-1.2.0.tar.bz2) = 98eea3de9d72e8701a53d10607386717
|
||||
SIZE (libcddb-doc-1.2.0.tar.bz2) = 41388
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%DOCSDIR%%/libcddb.css
|
||||
%%DOCSDIR%%/API/annotated.html
|
||||
%%DOCSDIR%%/API/cddb_8h-source.html
|
||||
%%DOCSDIR%%/API/cddb_8h.html
|
||||
|
@ -13,11 +14,10 @@
|
|||
%%DOCSDIR%%/API/cddb__log_8h.html
|
||||
%%DOCSDIR%%/API/cddb__net_8h-source.html
|
||||
%%DOCSDIR%%/API/cddb__net_8h.html
|
||||
%%DOCSDIR%%/API/cddb__site_8h.html
|
||||
%%DOCSDIR%%/API/cddb__site_8h-source.html
|
||||
%%DOCSDIR%%/API/cddb__track_8h-source.html
|
||||
%%DOCSDIR%%/API/cddb__track_8h.html
|
||||
%%DOCSDIR%%/API/dir_000000.html
|
||||
%%DOCSDIR%%/API/dir_000001.html
|
||||
%%DOCSDIR%%/API/dirs.html
|
||||
%%DOCSDIR%%/API/doxygen.css
|
||||
%%DOCSDIR%%/API/doxygen.png
|
||||
%%DOCSDIR%%/API/files.html
|
||||
|
@ -37,16 +37,15 @@
|
|||
%%DOCSDIR%%/API/structcddb__disc__s.html
|
||||
%%DOCSDIR%%/API/structcddb__track__s-members.html
|
||||
%%DOCSDIR%%/API/structcddb__track__s.html
|
||||
%%DOCSDIR%%/contact.html
|
||||
%%DOCSDIR%%/download.html
|
||||
%%DOCSDIR%%/faq.html
|
||||
%%DOCSDIR%%/images/arrow_dn.png
|
||||
%%DOCSDIR%%/images/arrow_up.png
|
||||
%%DOCSDIR%%/images/arrow_dn.png
|
||||
%%DOCSDIR%%/images/bullet.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/libcddb.css
|
||||
%%DOCSDIR%%/links.html
|
||||
%%DOCSDIR%%/tutorial.html
|
||||
@dirrm %%DOCSDIR%%/images
|
||||
%%DOCSDIR%%/download.html
|
||||
%%DOCSDIR%%/faq.html
|
||||
%%DOCSDIR%%/links.html
|
||||
%%DOCSDIR%%/contact.html
|
||||
@dirrm %%DOCSDIR%%/API
|
||||
@dirrm %%DOCSDIR%%/images
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue