diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-30 09:48:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-30 09:48:31 +0800 |
commit | cab15911b28e65ce04fdf0b75e37ffd6b664d811 (patch) | |
tree | 137f9d8b4cc65f2e76521ac7f9f922212c52e1f4 /sysutils | |
parent | 59e50a3d2e62a237ba226476e472b3eec5dfef2b (diff) | |
download | freebsd-ports-gnome-cab15911b28e65ce04fdf0b75e37ffd6b664d811.tar.gz freebsd-ports-gnome-cab15911b28e65ce04fdf0b75e37ffd6b664d811.tar.zst freebsd-ports-gnome-cab15911b28e65ce04fdf0b75e37ffd6b664d811.zip |
Correctly create the library with a SONAME
Bump revision of the users
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pciutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/superiotool/Makefile | 1 | ||||
-rw-r--r-- | sysutils/vbetool/Makefile | 2 | ||||
-rw-r--r-- | sysutils/x86info/Makefile | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 24497b63bd1f..428c26eeab79 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -3,6 +3,7 @@ PORTNAME= pciutils PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile index e018d0772732..89b3f73539ab 100644 --- a/sysutils/superiotool/Makefile +++ b/sysutils/superiotool/Makefile @@ -3,6 +3,7 @@ PORTNAME= superiotool DISTVERSION= 20121019 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/avg \ http://www.icyb.net.ua/~avg/distfiles/ diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile index 10b3edfa023f..0d7e1c43567a 100644 --- a/sysutils/vbetool/Makefile +++ b/sysutils/vbetool/Makefile @@ -3,7 +3,7 @@ PORTNAME= vbetool PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \ LOCAL/jkim diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 5f35870f1c4c..80b2c374e7fe 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -3,6 +3,7 @@ PORTNAME= x86info PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://codemonkey.org.uk/projects/x86info/ |