diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
commit | 4e2bd2041c645c085042eae5f197edaa40a21d39 (patch) | |
tree | 971dda5a52764409b58eec64d51d12a8ef4e0022 /editors | |
parent | 3680f27ebff58ece429c4e032f9ad84fb1372114 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde3/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde4/Makefile | 2 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 3 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 40bc209b6aab..74d13a542de2 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -7,7 +7,7 @@ PORTNAME= koffice PORTVERSION= ${KOFFICE2_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION}/ diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 1a1623d1441a..f14a5523f602 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -7,7 +7,7 @@ PORTNAME= koffice PORTVERSION= 1.6.3 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 2 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 40bc209b6aab..74d13a542de2 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= koffice PORTVERSION= ${KOFFICE2_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION}/ diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 1674e4073f9f..be3817ce598a 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -8,6 +8,7 @@ PORTNAME= texmaker PORTVERSION= 2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ @@ -15,7 +16,7 @@ MASTER_SITES= http://www.xm1math.net/texmaker/ MAINTAINER= makc@FreeBSD.org COMMENT= LaTeX Development Environment -LIB_DEPENDS= poppler.5:${PORTSDIR}/graphics/poppler \ +LIB_DEPENDS= poppler.6:${PORTSDIR}/graphics/poppler \ poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 045726d4c036..c3872da172a4 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -7,7 +7,7 @@ PORTNAME= texworks PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} |