Update to 2.4.1 to fix the fetch.
Reported by: pointyhat via pav
This commit is contained in:
parent
f244df9a59
commit
120191c6b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216201
3 changed files with 3141 additions and 1474 deletions
|
@ -3,11 +3,11 @@
|
|||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/graphics/gimp-help/Makefile,v 1.1 2006/07/18 13:04:28 ahze Exp $
|
||||
# $MCom: ports/graphics/gimp-help/Makefile,v 1.1 2006/07/18 13:04:28 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gimp-help
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
|
||||
|
@ -17,7 +17,6 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
|||
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
|
||||
MASTER_SITE_SUBDIR= gimp/help/
|
||||
DISTNAME= ${PORTNAME}-2-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GIMP user's manual
|
||||
|
@ -26,7 +25,12 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app
|
|||
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|mkdir_p = .*|mkdir_p = ${WRKSRC}/install-sh -c -d|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gimp-help-2-0.12.tar.gz) = fc1e2153eafa04fa701b23818029c3e1
|
||||
SHA256 (gimp-help-2-0.12.tar.gz) = 605617b0ce9142f6762eefeabd427ba33dfe846bd7d8c543f1cdd26baa4a41b4
|
||||
SIZE (gimp-help-2-0.12.tar.gz) = 59806667
|
||||
MD5 (gimp-help-2.4.1.tar.bz2) = da505d7532b6e14713e04b6e79a11379
|
||||
SHA256 (gimp-help-2.4.1.tar.bz2) = b5cc43de5b92c10dcd53209af1cc10114072be46a884ef4538f7fdc7ae2fc673
|
||||
SIZE (gimp-help-2.4.1.tar.bz2) = 44892363
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue