diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-05 20:38:43 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-05 20:38:43 +0000 |
commit | 90eeac03c9d02b0e7c51ed8128cf15479fb95ebd (patch) | |
tree | 4b7c1024355c7ab46e0fa74d41d14ceb3c7ea400 /x11 | |
parent | f0a8652cf3781802eee240540d44f263b261a630 (diff) | |
download | ports-90eeac03c9d02b0e7c51ed8128cf15479fb95ebd.tar.gz ports-90eeac03c9d02b0e7c51ed8128cf15479fb95ebd.zip |
- Chase x11-wm/epplets SHLIB version bump
- Bump portrevision
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=212687
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ebuttons/Makefile | 4 | ||||
-rw-r--r-- | x11/erun/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile index c4648428e21d..7c6c9a0ee0f6 100644 --- a/x11/ebuttons/Makefile +++ b/x11/ebuttons/Makefile @@ -7,7 +7,7 @@ PORTNAME= E-buttons PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= http://freebsd.unixfreunde.de/sources/ EXTRACT_SUFX= .tgz @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= gahr@FreeBSD.org COMMENT= A simple epplet that contains several buttons used to launch programs -LIB_DEPENDS= epplet.2:${PORTSDIR}/x11-wm/epplets +LIB_DEPENDS= epplet.3:${PORTSDIR}/x11-wm/epplets PLIST_FILES= bin/E-Buttons.epplet diff --git a/x11/erun/Makefile b/x11/erun/Makefile index 41087835cdc4..37a28730f5bb 100644 --- a/x11/erun/Makefile +++ b/x11/erun/Makefile @@ -7,7 +7,7 @@ PORTNAME= E-Run PORTVERSION= 1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kbyanc @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= kbyanc MAINTAINER= gahr@FreeBSD.org COMMENT= A simple epplet for launching arbitrary programs -LIB_DEPENDS= epplet.2:${PORTSDIR}/x11-wm/epplets +LIB_DEPENDS= epplet.3:${PORTSDIR}/x11-wm/epplets PLIST_FILES= bin/E-Run.epplet |