diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:59:55 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:59:55 +0000 |
commit | 8e147a6c50e85546ce1fdc90d3717bd9e90a2c68 (patch) | |
tree | 6332cf44e1224e3b4708cb05b3612a5dedfbfdce /print/pmw | |
parent | 504ccabadb7c6f8dbb03b44876884dc810e6413c (diff) |
Update to 4.10
Change master sites
Respect CFLAGS
PR: 87437
Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=145392
Diffstat (limited to 'print/pmw')
-rw-r--r-- | print/pmw/Makefile | 12 | ||||
-rw-r--r-- | print/pmw/distinfo | 4 | ||||
-rw-r--r-- | print/pmw/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | print/pmw/files/pkg-message.in (renamed from print/pmw/pkg-message) | 0 |
4 files changed, 17 insertions, 10 deletions
diff --git a/print/pmw/Makefile b/print/pmw/Makefile index 9c9671489e22..3a1682afb6d2 100644 --- a/print/pmw/Makefile +++ b/print/pmw/Makefile @@ -6,25 +6,21 @@ # PORTNAME= pmw -PORTVERSION= 4.06 -PORTREVISION= 1 +PORTVERSION= 4.10 CATEGORIES= print audio -MASTER_SITES= ftp://ftp.at.freebsd.org/pub/mirrors/www.quercite.com/ \ +MASTER_SITES= ftp://ftp.univie.ac.at/applications/www.quercite.com/ \ http://www.quercite.com/ MAINTAINER= g.gonter@ieee.org COMMENT= High quality music typesetting program -PKGMESSAGE= ${WRKDIR}/pkg-message - GNU_CONFIGURE= yes ALL_TARGET= build MAN1= pmw.1 -post-patch: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' ${MASTERDIR}/pkg-message > ${PKGMESSAGE} +PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message post-install: .if !defined(NOPORTDOCS) diff --git a/print/pmw/distinfo b/print/pmw/distinfo index 537ecbe058bd..501604ee765f 100644 --- a/print/pmw/distinfo +++ b/print/pmw/distinfo @@ -1,2 +1,2 @@ -MD5 (pmw-4.06.tar.gz) = a7cddfacf17def145997eb22ba37afc7 -SIZE (pmw-4.06.tar.gz) = 1098917 +MD5 (pmw-4.10.tar.gz) = 43f04c434098da2de8a63a6540822cda +SIZE (pmw-4.10.tar.gz) = 1230635 diff --git a/print/pmw/files/patch-Makefile.in b/print/pmw/files/patch-Makefile.in new file mode 100644 index 000000000000..6df40a2f6490 --- /dev/null +++ b/print/pmw/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Oct 14 12:54:21 2005 ++++ Makefile.in Fri Oct 14 12:54:30 2005 +@@ -7,7 +7,7 @@ + # These variables get set up by the configure script. + + CC=@CC@ +-CFLAGS=@CFLAGS@ ++CFLAGS+=@CFLAGS@ + NO_PMWRC=@NO_PMWRC@ + + INSTALL = @INSTALL@ diff --git a/print/pmw/pkg-message b/print/pmw/files/pkg-message.in index 32423e3862e7..32423e3862e7 100644 --- a/print/pmw/pkg-message +++ b/print/pmw/files/pkg-message.in |