diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-12-03 12:23:53 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-12-03 12:23:53 +0000 |
commit | f9197640d910a00d8f42e783289403d12fb87da2 (patch) | |
tree | d7ca44c2807657cc26e339b22c3b6d04538ac992 /x11 | |
parent | 49a79474ad0ac7ebf6cdf3a8c09d98cf80fc9337 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnustep-app/Makefile | 2 | ||||
-rw-r--r-- | x11/gskrab/Makefile | 2 | ||||
-rw-r--r-- | x11/innerspace/Makefile | 2 | ||||
-rw-r--r-- | x11/terminal.app/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 0be43860d804..45d15ba317c9 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-app PORTVERSION= 2.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index bcb085029375..d816cb15b438 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -2,7 +2,7 @@ PORTNAME= gskrab PORTVERSION= 0.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 gnustep MASTER_SITES= http://organact.mine.nu/~wolfgang/gskrab/ DISTNAME= GSKrab-${PORTVERSION} diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile index d16b346a6019..a2eb616835cf 100644 --- a/x11/innerspace/Makefile +++ b/x11/innerspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= innerspace PORTVERSION= 0.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= InnerSpace-${PORTVERSION} diff --git a/x11/terminal.app/Makefile b/x11/terminal.app/Makefile index 7070bc1561d1..883b22ba182c 100644 --- a/x11/terminal.app/Makefile +++ b/x11/terminal.app/Makefile @@ -3,6 +3,7 @@ PORTNAME= terminal.app PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Terminal-${PORTVERSION} |