diff options
author | miwi <miwi@FreeBSD.org> | 2010-07-01 14:54:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-07-01 14:54:19 +0800 |
commit | bcf39f32037db526e4ab8bf61df8ef09ab70ca26 (patch) | |
tree | 9a1334b5385a003f7c2fb9111cccadf8b7806dd5 /print/latex-csquotes/Makefile | |
parent | 9ec6fc6920e07f05ddb9d3ad3b235c152f284663 (diff) | |
download | freebsd-ports-gnome-bcf39f32037db526e4ab8bf61df8ef09ab70ca26.tar.gz freebsd-ports-gnome-bcf39f32037db526e4ab8bf61df8ef09ab70ca26.tar.zst freebsd-ports-gnome-bcf39f32037db526e4ab8bf61df8ef09ab70ca26.zip |
- Update to 5.0a
- Update maintainer mail adress
PR: 148188
Submitted by: "V. Jahns" <idolum@users.sourceforge.net> (maintainer)
Feature safe: yes
Diffstat (limited to 'print/latex-csquotes/Makefile')
-rw-r--r-- | print/latex-csquotes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/latex-csquotes/Makefile b/print/latex-csquotes/Makefile index 8aef45384cae..8a6c158ec434 100644 --- a/print/latex-csquotes/Makefile +++ b/print/latex-csquotes/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= csquotes -PORTVERSION= 4.4d -PORTREVISION= 1 +PORTVERSION= 5.0a CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib @@ -35,8 +34,8 @@ CLASSNAME= ${PORTNAME} CLASSDIR= ${TEXMFLOCAL}/tex/latex/${CLASSNAME} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -CLASS_FILES= csquotes.sty csquotes.def csquotes.cfg -DOC_FILES= LICENSE README csquotes.pdf tutorial.tex +CLASS_FILES= csquotes.sty csquotes.def csquotes.cfg csq-compat.def +DOC_FILES= RELEASE README csquotes.pdf csquotes.tex WRKSRC= ${WRKDIR}/${CLASSNAME} |