diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-14 23:59:55 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-14 23:59:55 +0800 |
commit | f99140f99d1ac976417fe0d5ad09ed1b55c56d08 (patch) | |
tree | a691afca26d1360c6c86a823da9c166f636d1de9 /print | |
parent | bc9397afa59b4e455e0c4f8520106d85794b0cbe (diff) | |
download | freebsd-ports-graphics-f99140f99d1ac976417fe0d5ad09ed1b55c56d08.tar.gz freebsd-ports-graphics-f99140f99d1ac976417fe0d5ad09ed1b55c56d08.tar.zst freebsd-ports-graphics-f99140f99d1ac976417fe0d5ad09ed1b55c56d08.zip |
Update to 4.10
Change master sites
Respect CFLAGS
PR: 87437
Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
Diffstat (limited to 'print')
-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 9c9671489e2..3a1682afb6d 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 537ecbe058b..501604ee765 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 00000000000..6df40a2f649 --- /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 32423e3862e..32423e3862e 100644 --- a/print/pmw/pkg-message +++ b/print/pmw/files/pkg-message.in |