diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-06 09:06:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-06 09:06:33 +0800 |
commit | d5e78a8dbe9574d77a06655036c186ea68b99ee5 (patch) | |
tree | 013a0fac043ef16fca8253d865b42b200f7fdf88 /devel/portlint/Makefile | |
parent | 370a4a418f393599d15b4f00a6372dc970216594 (diff) | |
download | freebsd-ports-gnome-d5e78a8dbe9574d77a06655036c186ea68b99ee5.tar.gz freebsd-ports-gnome-d5e78a8dbe9574d77a06655036c186ea68b99ee5.tar.zst freebsd-ports-gnome-d5e78a8dbe9574d77a06655036c186ea68b99ee5.zip |
Update to 2.6.3.
* Add a generic check for deprecated macros (e.g. the recent autotools batch),
and add USE_MESA to the set [1]
* Only use USE_LIBTOOL_VER for checking .la file installation [1]
* Add a check for USE_LIBLTDL and warn about directly using a libltdl
dependency [1]
* Check distinfo to make sure each file in DISTFILES has SIZE and MD5 entries
if NO_SIZE and NO_CHECKSUM are not defined
Submitted by: krion and tobez [1]
Diffstat (limited to 'devel/portlint/Makefile')
-rw-r--r-- | devel/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index 8b6e7523d843..6af05021b29e 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -8,7 +8,7 @@ # PORTNAME= portlint -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none |