diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-25 01:50:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-25 01:50:36 +0000 |
commit | 6b6300026705747c8d683942f470ed19c0b27999 (patch) | |
tree | c4b7e1b6e04df9d6cfdd0c635a5486a4fa2e4ebe /devel | |
parent | 359fcf18da3ffa1bd213f98b0018b4e4d22b9ce2 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eric4/Makefile | 2 | ||||
-rw-r--r-- | devel/hgview/Makefile | 1 | ||||
-rw-r--r-- | devel/ipython/Makefile | 1 | ||||
-rw-r--r-- | devel/kodos/Makefile | 2 | ||||
-rw-r--r-- | devel/ninja-ide/Makefile | 3 | ||||
-rw-r--r-- | devel/qbzr/Makefile | 1 | ||||
-rw-r--r-- | devel/qct/Makefile | 2 | ||||
-rw-r--r-- | devel/tortoisehg2/Makefile | 1 | ||||
-rw-r--r-- | devel/universalindentgui/Makefile | 4 |
9 files changed, 10 insertions, 7 deletions
diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index eadf1acad7be..079a460725a3 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # +PORTREVISION= 2 CATEGORIES= devel python DISTNAME= ${PORTNAME}-${PORTVERSION} -PORTREVISION= 1 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3 diff --git a/devel/hgview/Makefile b/devel/hgview/Makefile index 9ddb68f11bf8..63f2f9cb31c2 100644 --- a/devel/hgview/Makefile +++ b/devel/hgview/Makefile @@ -7,6 +7,7 @@ PORTNAME= hgview PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOGILAB diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 747a9ce31ecf..adb6eee6f2d2 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -7,6 +7,7 @@ PORTNAME= ipython PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://archive.ipython.org/release/${PORTVERSION}/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/devel/kodos/Makefile b/devel/kodos/Makefile index a58d88b5d2fe..dac04569fb34 100644 --- a/devel/kodos/Makefile +++ b/devel/kodos/Makefile @@ -9,7 +9,7 @@ PORTNAME= kodos PORTVERSION= 2.4.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= SF \ http://dryice.name/computer/FreeBSD/distfiles/ diff --git a/devel/ninja-ide/Makefile b/devel/ninja-ide/Makefile index abad48e97e9c..a6e305248d40 100644 --- a/devel/ninja-ide/Makefile +++ b/devel/ninja-ide/Makefile @@ -6,9 +6,8 @@ # PORTNAME= ninja-ide -#PORTVERSION= DISTVERSION= 2.0-beta2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/downloads/${PORTNAME}/${PORTNAME}/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index e31e7825ff1a..515ba1e3c96f 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -7,6 +7,7 @@ PORTNAME= qbzr PORTVERSION= 0.22.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/93533531/ \ http://www.c-s.li/ports/ diff --git a/devel/qct/Makefile b/devel/qct/Makefile index 9c45188ad09b..61f1641e6d69 100644 --- a/devel/qct/Makefile +++ b/devel/qct/Makefile @@ -7,7 +7,7 @@ PORTNAME= qct PORTVERSION= 1.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= http://qct.sourceforge.net/ \ ftp://ftp.ipt.ru/pub/download/${PORTNAME}/ diff --git a/devel/tortoisehg2/Makefile b/devel/tortoisehg2/Makefile index 0b32c7371462..ccb3449185a6 100644 --- a/devel/tortoisehg2/Makefile +++ b/devel/tortoisehg2/Makefile @@ -7,6 +7,7 @@ PORTNAME= tortoisehg PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ diff --git a/devel/universalindentgui/Makefile b/devel/universalindentgui/Makefile index 681902188062..64a1f684dbcf 100644 --- a/devel/universalindentgui/Makefile +++ b/devel/universalindentgui/Makefile @@ -7,14 +7,14 @@ PORTNAME= universalindentgui PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/universalindent/uigui/UniversalIndentGUI_${PORTVERSION} MAINTAINER= avg@icyb.net.ua COMMENT= Graphical UI for multiple source code indent/format/beautify tools -LIB_DEPENDS= qscintilla2.5:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build uic_build rcc_build \ |