mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update to 5.1.3
This commit is contained in:
parent
e3400bfed8
commit
6ee3ee2696
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194299
@ -7,8 +7,8 @@
|
||||
#
|
||||
|
||||
PORTNAME?= gutenprint
|
||||
PORTVERSION= 5.1.0
|
||||
PORTREVISION?= 2
|
||||
PORTVERSION= 5.1.3
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gimp-print
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gutenprint-5.1.0.tar.bz2) = a31f0519e946fc202c4b9dc5cfec4391
|
||||
SHA256 (gutenprint-5.1.0.tar.bz2) = 7d9298bbc6ba06d3175f7b4b3060cbc406d9f96a4da965850f8f1ca227b9acf6
|
||||
SIZE (gutenprint-5.1.0.tar.bz2) = 4704727
|
||||
MD5 (gutenprint-5.1.3.tar.bz2) = 276196ad27fa7d4b8b3ed3ca9c4af64c
|
||||
SHA256 (gutenprint-5.1.3.tar.bz2) = 6be13b32d9f222506368bf214f8ba0a3ef08a36b1ebbed8be61cfe38ca2f35c7
|
||||
SIZE (gutenprint-5.1.3.tar.bz2) = 4742380
|
||||
|
@ -37,11 +37,11 @@ lib/libgutenprintui2.so
|
||||
lib/libgutenprintui2.so.1
|
||||
libdata/pkgconfig/gutenprint.pc
|
||||
libdata/pkgconfig/gutenprintui2.pc
|
||||
share/gutenprint/5.1.0/xml/dither-matrix-1x1.xml
|
||||
share/gutenprint/5.1.0/xml/dither-matrix-2x1.xml
|
||||
share/gutenprint/5.1.0/xml/dither-matrix-4x1.xml
|
||||
share/gutenprint/5.1.0/xml/papers.xml
|
||||
share/gutenprint/5.1.0/xml/printers.xml
|
||||
share/gutenprint/5.1.3/xml/dither-matrix-1x1.xml
|
||||
share/gutenprint/5.1.3/xml/dither-matrix-2x1.xml
|
||||
share/gutenprint/5.1.3/xml/dither-matrix-4x1.xml
|
||||
share/gutenprint/5.1.3/xml/papers.xml
|
||||
share/gutenprint/5.1.3/xml/printers.xml
|
||||
share/gutenprint/doc/FAQ.html
|
||||
share/gutenprint/doc/gutenprint-users-manual.odt
|
||||
share/gutenprint/doc/gutenprint-users-manual.pdf
|
||||
@ -101,11 +101,11 @@ share/locale/zh_TW/LC_MESSAGES/gutenprint.mo
|
||||
@dirrm share/gutenprint/samples
|
||||
@dirrm share/gutenprint/doc/reference-html
|
||||
@dirrm share/gutenprint/doc
|
||||
@dirrm share/gutenprint/5.1.0/xml
|
||||
@dirrm share/gutenprint/5.1.0
|
||||
@dirrm share/gutenprint/5.1.3/xml
|
||||
@dirrm share/gutenprint/5.1.3
|
||||
@dirrm share/gutenprint
|
||||
@dirrm lib/gutenprint/5.1.0/modules
|
||||
@dirrm lib/gutenprint/5.1.0
|
||||
@dirrm lib/gutenprint/5.1.3/modules
|
||||
@dirrm lib/gutenprint/5.1.3
|
||||
@dirrm lib/gutenprint
|
||||
@dirrm include/gutenprintui2
|
||||
@dirrm include/gutenprint
|
||||
|
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/print/gutenprint-cups/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 0
|
||||
PKGNAMESUFFIX= -cups
|
||||
|
||||
|
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gutenprint
|
||||
PORTVERSION= 5.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 5.1.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
@ -44,12 +43,6 @@ RUN_DEPENDS+= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs
|
||||
RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@if [ -n "`${PKG_INFO} -xI '^gutenprint-[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \
|
||||
${ECHO_CMD} "${PKGNAME}: Old version of gutenprint detected! Please see ${PORTSDIR}/UPDATING for information on upgrading ${PKGNAME}" ; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
do-install: # empty
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user