diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 05:31:04 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 05:31:04 +0000 |
commit | 0b6a9a00d2d7b8001b271539df2737706c1e4340 (patch) | |
tree | 280caa54af9d302e28a717bef6ff208c45cd05c1 /x11 | |
parent | f4a7fca16ae9d99a11f71e4b9b6f4015c3f3b710 (diff) | |
download | FreeBSD-ports-0b6a9a00d2d7b8001b271539df2737706c1e4340.zip FreeBSD-ports-0b6a9a00d2d7b8001b271539df2737706c1e4340.tar.gz |
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 e45cbd1..bce5cf7 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 b24dc49..5af3dc5 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 b965bdf..4959e73 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} |