diff options
author | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-18 21:49:02 +0800 |
commit | 172967ef1621383bbbafd54a70d990b5eb06ff48 (patch) | |
tree | cb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /misc/pinfo | |
parent | 0f6a0d608db3e512bf6e17f016053ec856ecafe2 (diff) | |
download | freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.gz freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.tar.zst freebsd-ports-gnome-172967ef1621383bbbafd54a70d990b5eb06ff48.zip |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'misc/pinfo')
-rw-r--r-- | misc/pinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 3e2da9c8efb1..7d68dcd5621b 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -4,7 +4,7 @@ PORTNAME= pinfo PORTVERSION= 0.6.10 CATEGORIES= misc -MASTER_SITES= http://alioth.debian.org/frs/download.php/3351/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/file/3351/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses based, lynx style info documentation browser |