diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-09-17 11:45:55 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-09-17 11:45:55 +0000 |
commit | 1034b8b0520a47edff98bded170bfc9260080614 (patch) | |
tree | 32281438e9ab924d21c8ef9fce40def151a23c98 | |
parent | dbaf7bd3d3670b381d2cb44bd39d0bf07725ea14 (diff) | |
download | ports-1034b8b0520a47edff98bded170bfc9260080614.tar.gz ports-1034b8b0520a47edff98bded170bfc9260080614.zip |
Notes
-rw-r--r-- | sysutils/xfburn/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xorriso/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index ae885abc4b4e..60d5516df222 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfburn PORTVERSION= 0.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index 9982c6249c3a..27b238d51e4d 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -3,6 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} |