Update the version of espgs to the latest, 7.07.1.
Make future such udpates easier.
This commit is contained in:
parent
108a85698c
commit
e228446e3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121634
@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.easysw.com/pub/ghostscript/
|
||||
MASTER_SITE_SUBDIR= ghostscript espgs
|
||||
DISTFILES= ghostscript-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
espgs-7.05.6-source${EXTRACT_SUFX}
|
||||
espgs-${ESPGS_VER}-source${EXTRACT_SUFX}
|
||||
DIST_SUBDIR= ghostscript
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -22,6 +22,8 @@ COMMENT= GNU Postscript interpreter for CUPS printing to non-PS printers
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps:${PORTSDIR}/print/ghostscript-gnu
|
||||
|
||||
ESPGS_VER= 7.07.1
|
||||
ESPGS_WRKSRC= ${WRKDIR}/espgs-${ESPGS_VER}/pstoraster
|
||||
WRKSRC= ${WRKDIR}/ghostscript-${PORTVERSION}
|
||||
|
||||
USE_BZIP2= yes
|
||||
@ -36,8 +38,6 @@ CONFIGURE_ARGS= --without-x --without-ijs --without-gimp-print \
|
||||
MAKE_ARGS= CFLAGS_STANDARD="${CFLAGS} -DUPD_SIGNAL=0" \
|
||||
DEVICE_DEVS="\$$(DD)cups.dev"
|
||||
|
||||
ESPGS_WRKSRC= ${WRKDIR}/espgs-7.05.6/pstoraster
|
||||
|
||||
post-patch:
|
||||
${LN} -sf ${ESPGS_WRKSRC}/gdevcups.c ${WRKSRC}/src
|
||||
${CAT} ${FILESDIR}/cups.contrib.mak >> ${WRKSRC}/src/contrib.mak
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (ghostscript/ghostscript-7.07.tar.bz2) = 85fd16cdc8232e5e3679a3a7e30a3359
|
||||
SIZE (ghostscript/ghostscript-7.07.tar.bz2) = 4138372
|
||||
MD5 (ghostscript/espgs-7.05.6-source.tar.bz2) = 991cbd7bafc6917a19abf9df3ecad58e
|
||||
SIZE (ghostscript/espgs-7.05.6-source.tar.bz2) = 5410541
|
||||
MD5 (ghostscript/espgs-7.07.1-source.tar.bz2) = d30bf5c09f2c7caa8291f6305cf03044
|
||||
SIZE (ghostscript/espgs-7.07.1-source.tar.bz2) = 5400198
|
||||
|
Loading…
Reference in New Issue
Block a user