diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-14 18:19:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-14 18:19:32 +0000 |
commit | c6faa705a5fb2824a641c35b5060181b51ca9fe4 (patch) | |
tree | 7d0497a4b384b2fe2912162b0c3d7cb597326dbd /x11-toolkits | |
parent | 78f365008b386f872c3093fc67d24153bd223d1e (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Prima/Makefile | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index faa13b73ac49..19f8f73668ed 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-gui PORTVERSION= 0.24.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index 67e1c05a0855..e0bb22d87f3f 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgdiplus PORTVERSION= 3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile index 38ae7cf0a16d..9b56027cd233 100644 --- a/x11-toolkits/p5-Prima/Makefile +++ b/x11-toolkits/p5-Prima/Makefile @@ -3,6 +3,7 @@ PORTNAME= Prima PORTVERSION= 1.41 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |