diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 13:31:04 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 13:31:04 +0800 |
commit | 0b6a9a00d2d7b8001b271539df2737706c1e4340 (patch) | |
tree | 280caa54af9d302e28a717bef6ff208c45cd05c1 /x11 | |
parent | f4a7fca16ae9d99a11f71e4b9b6f4015c3f3b710 (diff) | |
download | freebsd-ports-gnome-0b6a9a00d2d7b8001b271539df2737706c1e4340.tar.gz freebsd-ports-gnome-0b6a9a00d2d7b8001b271539df2737706c1e4340.tar.zst freebsd-ports-gnome-0b6a9a00d2d7b8001b271539df2737706c1e4340.zip |
Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-manuals/Makefile | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index e45cbd1c0d5a..bce5cf7895a0 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= clients PORTVERSION= 4.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index b24dc49fa715..5af3dc5b1890 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -7,7 +7,7 @@ PORTNAME= libraries PORTVERSION= 4.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} diff --git a/x11/XFree86-4-manuals/Makefile b/x11/XFree86-4-manuals/Makefile index b965bdf7a611..4959e739a31e 100644 --- a/x11/XFree86-4-manuals/Makefile +++ b/x11/XFree86-4-manuals/Makefile @@ -7,6 +7,7 @@ PORTNAME= manuals PORTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} |