diff options
author | dougb <dougb@FreeBSD.org> | 2004-11-15 12:19:05 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-11-15 12:19:05 +0800 |
commit | 2b3ac419dd2a789b089bdd9a761af062b38bd5dd (patch) | |
tree | 684de88156f1bc80a527e9cc596ad90d529be65c | |
parent | d44782731647b9b6b933483a8c01f17d618171bb (diff) | |
download | freebsd-ports-gnome-2b3ac419dd2a789b089bdd9a761af062b38bd5dd.tar.gz freebsd-ports-gnome-2b3ac419dd2a789b089bdd9a761af062b38bd5dd.tar.zst freebsd-ports-gnome-2b3ac419dd2a789b089bdd9a761af062b38bd5dd.zip |
Update the version of espgs to the latest, 7.07.1.
Make future such udpates easier.
-rw-r--r-- | print/cups-pstoraster/Makefile | 6 | ||||
-rw-r--r-- | print/cups-pstoraster/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/cups-pstoraster/Makefile b/print/cups-pstoraster/Makefile index e4ed5720bc92..e0b750d0857e 100644 --- a/print/cups-pstoraster/Makefile +++ b/print/cups-pstoraster/Makefile @@ -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 diff --git a/print/cups-pstoraster/distinfo b/print/cups-pstoraster/distinfo index 861021059a97..315de42d41fe 100644 --- a/print/cups-pstoraster/distinfo +++ b/print/cups-pstoraster/distinfo @@ -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 |