diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-09 02:50:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-09 02:50:03 +0000 |
commit | 48395b3be162f773d2c49d4f9f2a910e6e96880a (patch) | |
tree | 6264dc2ce9bb0583c5d85a43e544b0532afa3146 /print/libgnomeprint | |
parent | bde98a7340772ad78b1e327fb5e110496d26229f (diff) | |
download | ports-48395b3be162f773d2c49d4f9f2a910e6e96880a.tar.gz ports-48395b3be162f773d2c49d4f9f2a910e6e96880a.zip |
Update to 2.4.2.
Notes
Notes:
svn path=/head/; revision=95449
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 28 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 3 |
2 files changed, 4 insertions, 27 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 2917417fe511..244255fdaac4 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -6,16 +6,10 @@ # PORTNAME= libgnomeprint -PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTVERSION= 2.4.2 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ${MASTER_SITE_LOCAL:S/$/:local/} \ - http://people.FreeBSD.org/~marcus/:local -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 \ - marcus/:local -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - gpa-xml-${PORTVERSION}${EXTRACT_SUFX}:local +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -33,10 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION=${PORTVERSION} -GPA_XML= globals.xml -GPA_PRINTERS= GENERIC.xml META.xml PDF-WRITER.xml -GPA_MODELS= GNOME-GENERIC-PS.xml GNOME-META.xml GNOME-PDF-WRITER.xml - .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libcups.so) @@ -60,17 +50,5 @@ post-patch: post-install: @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -.for xml in ${GPA_XML} - ${INSTALL_DATA} ${WRKDIR}/gpa-xml-${PORTVERSION}/${xml} \ - ${PREFIX}/share/gnome/${PORTNAME}/${PORTVERSION} -.endfor -.for printer in ${GPA_PRINTERS} - ${INSTALL_DATA} ${WRKDIR}/gpa-xml-${PORTVERSION}/${printer} \ - ${PREFIX}/share/gnome/${PORTNAME}/${PORTVERSION}/printers -.endfor -.for model in ${GPA_MODELS} - ${INSTALL_DATA} ${WRKDIR}/gpa-xml-${PORTVERSION}/${model} \ - ${PREFIX}/share/gnome/${PORTNAME}/${PORTVERSION}/models -.endfor .include <bsd.port.post.mk> diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index 935528dc8463..da0efaf6385b 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,2 +1 @@ -MD5 (gnome2/libgnomeprint-2.4.1.tar.bz2) = ac7cbe45379b6bc14308cdcca8175757 -MD5 (gnome2/gpa-xml-2.4.1.tar.bz2) = 7128cbbb8a4fdc179c90dcc2a5b31e34 +MD5 (gnome2/libgnomeprint-2.4.2.tar.bz2) = d58534de6c0c6c953b42d82eec0ebfe8 |